Completed
Push — master ( 5e69cd...d8547b )
by Michal
04:09
created
src/Utils/Formatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
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
                     ) {
Please login to merge, or discard this patch.