Completed
Push — master ( 682d45...89dc4d )
by Eric
02:51
created
src/Regex.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function match($pattern, $subject)
68 68
     {
69
-        if (! $this->validate($pattern)) {
69
+        if (!$this->validate($pattern)) {
70 70
             return false;
71 71
         }
72 72
         
Please login to merge, or discard this patch.