@@ -346,7 +346,7 @@ |
||
346 | 346 | // pieces only if the clause is not inlined or this fragment |
347 | 347 | // is between brackets that are on new line. |
348 | 348 | if (((empty(self::$INLINE_CLAUSES[$lastClause])) |
349 | - && ! $shortGroup |
|
349 | + && !$shortGroup |
|
350 | 350 | && ($this->options['parts_newline'])) |
351 | 351 | || (end($blocksLineEndings) === true) |
352 | 352 | ) { |