Completed
Push — master ( f80ae4...a68096 )
by Derek
02:04
created
src/Anshar/Http/UriParts/Query.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -66,12 +66,12 @@
 block discarded – undo
66 66
      */
67 67
     private function compileValidPattern()
68 68
     {
69
-        self::$valid_pattern = '/^([\/\?' .
70
-            $this->unreserved_pattern .
71
-            $this->sub_delims_pattern .
72
-            $this->pchar_pattern .
73
-            ']|' .
74
-            $this->pct_encoded_pattern .
69
+        self::$valid_pattern = '/^([\/\?'.
70
+            $this->unreserved_pattern.
71
+            $this->sub_delims_pattern.
72
+            $this->pchar_pattern.
73
+            ']|'.
74
+            $this->pct_encoded_pattern.
75 75
             ')*$/';
76 76
     }
77 77
 }
Please login to merge, or discard this patch.