Skip to content

Commit 5bc26b4

Browse files
Fix namespace
1 parent 9fdc774 commit 5bc26b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Rules/Functions/data/bug-13719.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php declare(strict_types = 1);
22

3+
namespace Bug13719;
4+
35
function non_variadic(string $name, ?string $greeting = null): void {
46
var_dump($name);
57
}

0 commit comments

Comments
 (0)