Skip to content

Commit

Permalink
🤖 PHPCBF
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE authored and github-actions[bot] committed Jul 7, 2022
1 parent 303474a commit c078147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/ComposerPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function fromComposerJsonArray($jsonArray, array $overrideAutoload
{
$factory = new Factory();
$io = new NullIO();
$composer = $factory->createComposer($io, $jsonArray, true);
$composer = $factory->createComposer($io, $jsonArray, true);

return new ComposerPackage($composer, $overrideAutoload);
}
Expand Down

0 comments on commit c078147

Please sign in to comment.