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 9fdc774 commit 5bc26b4Copy full SHA for 5bc26b4
tests/PHPStan/Rules/Functions/data/bug-13719.php
@@ -1,5 +1,7 @@
1
<?php declare(strict_types = 1);
2
3
+namespace Bug13719;
4
+
5
function non_variadic(string $name, ?string $greeting = null): void {
6
var_dump($name);
7
}
0 commit comments