@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | ): void { |
75 | 75 | $this->testSuccesful = false; |
76 | 76 | $this->symbol = $symbol; |
77 | - $this->additionalInformation .= "\n".$additionalInformation; |
|
77 | + $this->additionalInformation .= "\n".$additionalInformation; |
|
78 | 78 | $this->additionalInformationVerbose = $additionalInformationVerbose; |
79 | 79 | } |
80 | 80 | |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | \implode( |
136 | 136 | "\n", |
137 | 137 | \array_map( |
138 | - function (string $text) { |
|
138 | + function(string $text) { |
|
139 | 139 | return \sprintf(' │ %s', $text); |
140 | 140 | }, |
141 | 141 | \explode("\n", $this->additionalInformation) |
@@ -89,7 +89,7 @@ |
||
89 | 89 | } |
90 | 90 | |
91 | 91 | $this->currentTestResult = new \EdmondsCommerce\PHPQA\PHPUnit\TestDox\TestResult( |
92 | - function (string $color, string $buffer) { |
|
92 | + function(string $color, string $buffer) { |
|
93 | 93 | return $this->formatWithColor($color, $buffer); |
94 | 94 | }, |
95 | 95 | $className, |