Test Setup Failed
Push — master ( d54cec...c80620 )
by Martijn
02:09
created
src/Vanderlee/Comprehend/Library/Rfc3986.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -103,21 +103,21 @@
 block discarded – undo
103 103
                 ['::', repeat(5, 5, [$this->h16, ':']), $this->ls32],
104 104
                 [opt($this->h16), '::', repeat(4, 4, [$this->h16, ':']), $this->ls32],
105 105
                 [
106
-                    opt([repeat(0, 1, [$this->h16, ':',]), $this->h16]),
106
+                    opt([repeat(0, 1, [$this->h16, ':', ]), $this->h16]),
107 107
                     '::',
108 108
                     repeat(3, 3, [$this->h16, ':']),
109 109
                     $this->ls32
110 110
                 ],
111 111
                 [
112
-                    opt([repeat(0, 2, [$this->h16, ':',]), $this->h16]),
112
+                    opt([repeat(0, 2, [$this->h16, ':', ]), $this->h16]),
113 113
                     '::',
114 114
                     repeat(2, 2, [$this->h16, ':']),
115 115
                     $this->ls32
116 116
                 ],
117
-                [opt([repeat(0, 3, [$this->h16, ':',]), $this->h16]), '::', $this->h16, ':', $this->ls32],
118
-                [opt([repeat(0, 4, [$this->h16, ':',]), $this->h16]), '::', $this->ls32],
119
-                [opt([repeat(0, 5, [$this->h16, ':',]), $this->h16]), '::', $this->h16],
120
-                [opt([repeat(0, 6, [$this->h16, ':',]), $this->h16]), '::']
117
+                [opt([repeat(0, 3, [$this->h16, ':', ]), $this->h16]), '::', $this->h16, ':', $this->ls32],
118
+                [opt([repeat(0, 4, [$this->h16, ':', ]), $this->h16]), '::', $this->ls32],
119
+                [opt([repeat(0, 5, [$this->h16, ':', ]), $this->h16]), '::', $this->h16],
120
+                [opt([repeat(0, 6, [$this->h16, ':', ]), $this->h16]), '::']
121 121
             ),
122 122
             'dec_octet'     => c(
123 123
                 ['25', range('0', '5')], // 250-255
Please login to merge, or discard this patch.