@@ -1,5 +1,5 @@ discard block |
||
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 |
||
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 | } |