We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998e938 commit 4d03273Copy full SHA for 4d03273
src/Rule/Nette/RethrowExceptionRule.php
@@ -84,7 +84,7 @@ public function processNode(Node $node, Scope $scope): array
84
85
/**
86
* @param \PHPStan\Analyser\Scope $scope
87
- * @param \PhpParser\Node|\PhpParser\Node[] $node
+ * @param \PhpParser\Node|\PhpParser\Node[]|scalar $node
88
* @return string[]
89
*/
90
private function getExceptionTypes(Scope $scope, $node): array
0 commit comments