Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 19, 2023
1 parent 887d2ff commit 69cddcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ protected function getContents(): string
</projectFiles>';
}

public function getComposerFilePathForClassLike(string $fq_classlike_name): false
/** @return false */
public function getComposerFilePathForClassLike(string $fq_classlike_name): bool
{
return false;
}
Expand Down

0 comments on commit 69cddcf

Please sign in to comment.