Skip to content

Commit

Permalink
test: improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 9, 2024
1 parent 65857d7 commit d2e5956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class CreateCommand extends Command {
/**
* TODO: Simplify this function
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.NPathComplexity)
*/
public function run(ArgumentValueList $arguments = null):void {
$name = $this->readValidName($arguments->get("projectName", ""));
Expand Down

0 comments on commit d2e5956

Please sign in to comment.