mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12557] Fix php file description
PHPBB3-12557
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user