1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
This commit is contained in:
Daniil Gentili 2023-07-24 10:51:25 +02:00
parent 07b013d306
commit 51cb9c79f8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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