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 a475826 commit 443b109Copy full SHA for 443b109
src/dumpType.php
@@ -7,5 +7,5 @@
7
*/
8
function dumpType($value): void // phpcs:ignore Squiz.Functions.GlobalFunction.Found
9
{
10
- throw new \Exception('\PHPStan\dumpType() function can be used only with running PHPStan');
+ throw new \Exception('PHPStan\dumpType() function can be used only with running PHPStan');
11
}
0 commit comments