mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/11528] Change NULL to null
PHPBB3-11528
This commit is contained in:
parent
a92c1d1ec0
commit
f0e115fdcc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ abstract class phpbb_mink_test_case extends phpbb_test_case
|
|||
static protected $config = array();
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue