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 05b1c84 commit a475826Copy full SHA for a475826
src/dumpType.php
@@ -7,4 +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');
11
}
0 commit comments