We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8863609 commit 58785c5Copy full SHA for 58785c5
tests/Ruler/Test/Fixtures/Fact.php
@@ -4,6 +4,8 @@
4
5
class Fact
6
{
7
+ public $value;
8
+
9
public function __construct($value = null)
10
11
if ($value !== null) {
0 commit comments