Skip to content

Commit

Permalink
suppress ComplexMethod error
Browse files Browse the repository at this point in the history
as this function needs a complete overhaul at some point in v5 - not doing this now, as it will just create conflicts with v5
  • Loading branch information
kkmuffme committed Oct 18, 2022
1 parent c14dd27 commit c64c4ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ class ReturnTypeAnalyzer
*
* @return false|null
*
* @psalm-suppress PossiblyUnusedReturnValue unused but seems important
* @psalm-suppress ComplexMethod, PossiblyUnusedReturnValue unused but seems important
*/
public static function verifyReturnType(
FunctionLike $function,
Expand Down

0 comments on commit c64c4ac

Please sign in to comment.