mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
Fix
This commit is contained in:
parent
048f55d253
commit
d5ab48e307
@ -25,9 +25,9 @@ class PsalmPluginTest extends TestCase
|
||||
{
|
||||
use MockeryPHPUnitIntegration;
|
||||
|
||||
private PluginList&MockInterface $plugin_list;
|
||||
private MockInterface $plugin_list;
|
||||
|
||||
private PluginListFactory&MockInterface $plugin_list_factory;
|
||||
private MockInterface $plugin_list_factory;
|
||||
|
||||
private Application $app;
|
||||
|
||||
|
@ -61,10 +61,7 @@ class TestConfig extends Config
|
||||
</projectFiles>';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return false
|
||||
*/
|
||||
public function getComposerFilePathForClassLike(string $fq_classlike_name): bool
|
||||
public function getComposerFilePathForClassLike(string $fq_classlike_name): false
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user