Skip to content

Commit 4d03273

Browse files
committed
Fixed build
1 parent 998e938 commit 4d03273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rule/Nette/RethrowExceptionRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function processNode(Node $node, Scope $scope): array
8484

8585
/**
8686
* @param \PHPStan\Analyser\Scope $scope
87-
* @param \PhpParser\Node|\PhpParser\Node[] $node
87+
* @param \PhpParser\Node|\PhpParser\Node[]|scalar $node
8888
* @return string[]
8989
*/
9090
private function getExceptionTypes(Scope $scope, $node): array

0 commit comments

Comments
 (0)