Skip to content

Commit fc1b22c

Browse files
committed
Remove the compressed patch -- it no longer makes any difference
1 parent 5951a59 commit fc1b22c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Formatter/Compressed.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,4 @@ public function blockLines(OutputBlock $block)
7070
echo $this->break;
7171
}
7272
}
73-
74-
/**
75-
* {@inherit}
76-
*/
77-
public function format(OutputBlock $block)
78-
{
79-
return parent::format($block);
80-
81-
// TODO: we need to fix the 2 "compressed" tests where the "close" is applied
82-
return trim(str_replace(';}', '}', parent::format($block)));
83-
}
8473
}

0 commit comments

Comments
 (0)