diff options
author | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-07 13:19:49 +0300 |
commit | 80067467805d4b1664777cf3553c39fc32cfdb65 (patch) | |
tree | da8748acc232072a93c91c762bab5c28491b07c9 /phpBB/phpbb/event/kernel_request_subscriber.php | |
parent | 9133b913ec2184e56f1ea420820e45f4208f753d (diff) | |
download | forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.gz forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.bz2 forums-80067467805d4b1664777cf3553c39fc32cfdb65.tar.xz forums-80067467805d4b1664777cf3553c39fc32cfdb65.zip |
[ticket/12557] Fix php file description
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/event/kernel_request_subscriber.php')
-rw-r--r-- | phpBB/phpbb/event/kernel_request_subscriber.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/event/kernel_request_subscriber.php b/phpBB/phpbb/event/kernel_request_subscriber.php index 323dabb84c..ee9f29a59d 100644 --- a/phpBB/phpbb/event/kernel_request_subscriber.php +++ b/phpBB/phpbb/event/kernel_request_subscriber.php @@ -28,7 +28,7 @@ class kernel_request_subscriber implements EventSubscriberInterface protected $manager; /** - * PHP extension + * PHP file extension * @var string */ protected $php_ext; @@ -44,7 +44,7 @@ class kernel_request_subscriber implements EventSubscriberInterface * * @param \phpbb\extension\manager $manager Extension manager object * @param string $root_path Root path - * @param string $php_ext PHP extension + * @param string $php_ext PHP file extension */ public function __construct(\phpbb\extension\manager $manager, $root_path, $php_ext) { |