Skip to content

Commit 74c2a0b

Browse files
committed
remove dump from code
1 parent db7fd0c commit 74c2a0b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/t.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Condition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Condition
1414
*/
1515
public static function equal($value, $comparable)
1616
{
17-
dump($value, $comparable);
1817
return $value == $comparable;
1918
}
2019

0 commit comments

Comments
 (0)