Passed
Push — master ( e37ecb...3dc9b8 )
by Darko
25:05 queued 17:06
created
app/Extensions/util/PhpYenc.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,8 +181,8 @@
 block discarded – undo
181 181
         }
182 182
 
183 183
         $encoded = "=ybegin line=$lineLength size=$stringLength name=".trim($filename)."\r\n".
184
-                  trim(chunk_split($encoded, $lineLength)).
185
-                  "\r\n=yend size=$stringLength";
184
+                    trim(chunk_split($encoded, $lineLength)).
185
+                    "\r\n=yend size=$stringLength";
186 186
 
187 187
         // Add a CRC32 checksum if desired.
188 188
         if ($crc32) {
Please login to merge, or discard this patch.