1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
This commit is contained in:
Daniil Gentili 2023-10-19 17:45:22 +02:00
parent 048f55d253
commit d5ab48e307
2 changed files with 3 additions and 6 deletions

View File

@ -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;

View File

@ -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;
}