1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
This commit is contained in:
Daniil Gentili 2023-10-19 21:30:18 +02:00
parent 887d2ff171
commit 69cddcf0f6

View File

@ -61,7 +61,8 @@ class TestConfig extends Config
</projectFiles>';
}
public function getComposerFilePathForClassLike(string $fq_classlike_name): false
/** @return false */
public function getComposerFilePathForClassLike(string $fq_classlike_name): bool
{
return false;
}