mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
style: apply fixes from PHP-CS-Fixer
This commit is contained in:
@ -8,7 +8,7 @@ test('visual snapshot of help command output', function () {
|
||||
|
||||
if (getenv('REBUILD_SNAPSHOTS')) {
|
||||
$outputBuffer = new BufferedOutput();
|
||||
$plugin = new Help($outputBuffer);
|
||||
$plugin = new Help($outputBuffer);
|
||||
|
||||
$plugin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user