mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add slashes
This commit is contained in:
parent
e777f5227d
commit
21f36c3dbd
@ -10,7 +10,7 @@ class SuicidalAutoloaderTest extends TestCase
|
||||
|
||||
public function testSucceedsWithEmptyFile(): void
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '7.2.0', '<')) {
|
||||
if (\version_compare(\PHP_VERSION, '7.2.0', '<')) {
|
||||
$this->markTestSkipped('Test case requires PHP 7.2.');
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user