Completed
Push — master ( 74e06a...1990c3 )
by Derek
02:06
created
src/Anshar/Http/UriParts/Query.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -39,12 +39,12 @@
 block discarded – undo
39 39
      */
40 40
     private function compileValidPattern()
41 41
     {
42
-        $this->valid_pattern = '/^([\/\?' .
43
-            $this->unreserved_pattern .
44
-            $this->sub_delims_pattern .
45
-            $this->pchar_pattern .
46
-            ']|' .
47
-            $this->pct_encoded_pattern .
42
+        $this->valid_pattern = '/^([\/\?'.
43
+            $this->unreserved_pattern.
44
+            $this->sub_delims_pattern.
45
+            $this->pchar_pattern.
46
+            ']|'.
47
+            $this->pct_encoded_pattern.
48 48
             ')*$/';
49 49
     }
50 50
 }
Please login to merge, or discard this patch.