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