Completed
Push — master ( 102700...98b500 )
by Derek
02:15
created
src/Anshar/Http/UriParts/UserInfo.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -40,11 +40,11 @@
 block discarded – undo
40 40
      */
41 41
     protected function compileValidPattern()
42 42
     {
43
-        self::$valid_pattern = '/^([\/\?' .
44
-            $this->unreserved_pattern .
45
-            $this->sub_delims_pattern .
46
-            ']|' .                          //predefined patterns or percent-encoding
47
-            $this->pct_encoded_pattern .
43
+        self::$valid_pattern = '/^([\/\?'.
44
+            $this->unreserved_pattern.
45
+            $this->sub_delims_pattern.
46
+            ']|'.//predefined patterns or percent-encoding
47
+            $this->pct_encoded_pattern.
48 48
             ')*$/';
49 49
     }
50 50
 
Please login to merge, or discard this patch.