mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fix double semicolon
This commit is contained in:
parent
7008b812be
commit
92d9b11aee
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ TEXT;
|
||||||
'false' => false,
|
'false' => false,
|
||||||
'szero' => '0',
|
'szero' => '0',
|
||||||
'zero' => 0
|
'zero' => 0
|
||||||
);;
|
);
|
||||||
$result = Debugger::exportVar($data);
|
$result = Debugger::exportVar($data);
|
||||||
$expected = <<<TEXT
|
$expected = <<<TEXT
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue