Skip to content

Commit d9dd483

Browse files
ludicruzbobthecow
authored andcommitted
fail is not null
1 parent 4d35578 commit d9dd483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Ruler/Test/Fixtures/toStringable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class toStringable
66
{
7-
private $thingy = fail;
7+
private $thingy = null;
88

99
public function __construct($foo = null)
1010
{

0 commit comments

Comments
 (0)