Completed
Push — master ( 3a3b0a...6e2562 )
by Alessandro
04:22 queued 01:03
created
src/Paraunit/Printer/ProcessPrinter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Paraunit\Printer;
5 5
 
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 
67 67
     public function onEngineEnd()
68 68
     {
69
-        while (! $this->isRowFull()) {
69
+        while ( ! $this->isRowFull()) {
70 70
             $this->output->write(' ');
71 71
             ++$this->singleRowCounter;
72 72
         }
Please login to merge, or discard this patch.