Skip to content

Commit

Permalink
Generator: Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Mar 1, 2021
1 parent 429a9a5 commit 76a520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function run(): PackageDescriptorEntityInterface

if ($composerJson === [] || $composerJson === '') {
throw new \RuntimeException(
'File "composer.json" can not be empty. Did you check path "' . $path . '"?'
'File "composer.json" can not be empty. Did you check path "' . $path . '"?',
);
}

Expand Down

0 comments on commit 76a520d

Please # to comment.