Skip to content

Commit 443b109

Browse files
authored
Update src/dumpType.php
1 parent a475826 commit 443b109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dumpType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
*/
88
function dumpType($value): void // phpcs:ignore Squiz.Functions.GlobalFunction.Found
99
{
10-
throw new \Exception('\PHPStan\dumpType() function can be used only with running PHPStan');
10+
throw new \Exception('PHPStan\dumpType() function can be used only with running PHPStan');
1111
}

0 commit comments

Comments
 (0)