mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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,
|
||||
'szero' => '0',
|
||||
'zero' => 0
|
||||
);;
|
||||
);
|
||||
$result = Debugger::exportVar($data);
|
||||
$expected = <<<TEXT
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue