@@ -104,7 +104,7 @@ |
||
| 104 | 104 | $isMultiLine = $this->extractNameAndValue($line); |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | - if (($this->name !== null) && (! $isMultiLine)) { |
|
| 107 | + if (($this->name !== null) && (!$isMultiLine)) { |
|
| 108 | 108 | if (array_key_exists($this->name, $this->properties)) { |
| 109 | 109 | $message = sprintf( |
| 110 | 110 | 'Property [%s] overwritten: old value [%s], new value [%s].', |