Test Setup Failed
Push — master ( 68b56a...635587 )
by DeGracia
02:56 queued 01:16
created
src/Checker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     {
17 17
         $rule = new $rule;
18 18
 
19
-        if (! $rule->verify($content)) {
19
+        if (!$rule->verify($content)) {
20 20
             throw new Exceptions\UnexpectedValueException();
21 21
         }
22 22
     }
Please login to merge, or discard this patch.