mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix stub test
This commit is contained in:
parent
c3a8b1b852
commit
d53a9313a5
@ -1134,6 +1134,7 @@ class StubTest extends TestCase
|
||||
)
|
||||
);
|
||||
|
||||
$this->project_analyzer->setPhpVersion('7.4');
|
||||
|
||||
$file_path = getcwd() . '/src/somefile.php';
|
||||
|
||||
@ -1164,6 +1165,7 @@ class StubTest extends TestCase
|
||||
)
|
||||
);
|
||||
|
||||
$this->project_analyzer->setPhpVersion('7.4');
|
||||
|
||||
$file_path = getcwd() . '/src/somefile.php';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user