Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Anderson committed Apr 5, 2024
1 parent 0ad2abb commit 494cd05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Parser/CommandInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ public function getMethodName()
*/
public function getName()
{
if (empty($this->name)) {
$this->parseDocBlock();
}
$this->parseDocBlock();
return $this->name;
}

Expand Down

0 comments on commit 494cd05

Please sign in to comment.