mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/11528] Change NULL to null
PHPBB3-11528
This commit is contained in:
@@ -22,7 +22,7 @@ abstract class phpbb_mink_test_case extends phpbb_test_case
|
|||||||
static protected $config = array();
|
static protected $config = array();
|
||||||
static protected $root_url;
|
static protected $root_url;
|
||||||
|
|
||||||
public function __construct($name = NULL, array $data = array(), $dataName = '')
|
public function __construct($name = null, array $data = array(), $dataName = '')
|
||||||
{
|
{
|
||||||
parent::__construct($name, $data, $dataName);
|
parent::__construct($name, $data, $dataName);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user