Skip to content

Commit

Permalink
Fix: Wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 8, 2021
1 parent 3f95c7d commit 69204a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Command/NormalizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ protected function execute(
return 1;
}

\file_put_contents($composerFile, $formatted->encoded());
\file_put_contents(
$composerFile,
$formatted->encoded()
);

$io->write(\sprintf(
'<info>Successfully normalized %s.</info>',
Expand Down

0 comments on commit 69204a4

Please sign in to comment.