Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab authored and staabm committed Mar 28, 2022
1 parent a9553ba commit 2ca0a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rules/Comparison/ImpossibleCheckTypeHelper.php
Expand Up @@ -185,8 +185,8 @@ public function findSpecifiedType(
}

/**
* @param array<string, array{Expr, Type}> $sureTypes
* @param array<string, array{Expr, Type}> $sureNotTypes
* @param array<string|int, array{Expr, Type}> $sureTypes
* @param array<string|int, array{Expr, Type}> $sureNotTypes
*/
private function findSpecifiedSureAndSureNotTypes(
Scope $scope,
Expand Down

0 comments on commit 2ca0a50

Please sign in to comment.