Skip to content

Commit 58785c5

Browse files
committed
Fix missing prop declaration in test fixture.
1 parent 8863609 commit 58785c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Ruler/Test/Fixtures/Fact.php

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
class Fact
66
{
7+
public $value;
8+
79
public function __construct($value = null)
810
{
911
if ($value !== null) {

0 commit comments

Comments
 (0)