mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 03:19:10 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/ParserTestCase.php
vendored
2
vendor/psy/psysh/test/ParserTestCase.php
vendored
@@ -92,6 +92,6 @@ class ParserTestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
$msg = $e->getRawMessage();
|
||||
|
||||
return ($msg === 'Unexpected token EOF') || (strpos($msg, 'Syntax error, unexpected EOF') !== false);
|
||||
return ($msg === 'Unexpected token EOF') || (\strpos($msg, 'Syntax error, unexpected EOF') !== false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user