@@ -268,7 +268,7 @@ |
||
| 268 | 268 | * @return boolean |
| 269 | 269 | * @codeCoverageIgnore |
| 270 | 270 | */ |
| 271 | - private function _addValidators(AbstractType &$typeClass, array $definition) |
|
| 271 | + private function _addValidators(AbstractType & $typeClass, array $definition) |
|
| 272 | 272 | { |
| 273 | 273 | if (!empty($definition['validator'])) { |
| 274 | 274 | |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | $message |
| 26 | 26 | ]; |
| 27 | 27 | |
| 28 | - $messageString = implode(' | ', $columns) . "\r\n"; |
|
| 28 | + $messageString = implode(' | ', $columns) . "\r\n"; |
|
| 29 | 29 | |
| 30 | 30 | return file_put_contents($logfile, $messageString, FILE_APPEND); |
| 31 | 31 | } |