Skip to content

Commit 213fb95

Browse files
Fix
1 parent 5a42acf commit 213fb95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/PHPStan/Analyser/nsrt/subtracted.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
class HelloWorld
99
{
10-
public function sayHello(mixed $date, bool $foo): void
10+
/**
11+
* @param mixed $date
12+
* @param bool $foo
13+
*/
14+
public function sayHello($date, $foo): void
1115
{
1216
if(is_object($date)){
1317

0 commit comments

Comments
 (0)