Test Failed
Push — master ( a5075e...c87161 )
by Zaahid
04:53
created
src/UUStreamDecorator.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,8 +201,8 @@
 block discarded – undo
201 201
      */
202 202
     private function writeUUFooter()
203 203
     {
204
-       $this->writeRaw("\r\n`\r\nend\r\n");
205
-       $this->footerWritten = true;
204
+        $this->writeRaw("\r\n`\r\nend\r\n");
205
+        $this->footerWritten = true;
206 206
     }
207 207
 
208 208
     /**
Please login to merge, or discard this patch.