Skip to content

Commit 179107e

Browse files
committed
Fix test
1 parent 54a204e commit 179107e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PHPStan/Analyser/data/bug-4820.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
class Param {
1010

11-
public bool $foo;
11+
/** @var bool */
12+
public $foo;
1213
}
1314

1415
class HelloWorld

0 commit comments

Comments
 (0)