Skip to content

Commit

Permalink
Merge pull request #6 from andrey-helldar/analysis-NAWvbr
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Dec 15, 2020
2 parents ce9cebe + 83030f4 commit b769625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getModule(): ?string

public function getAction(): string
{
/** @var string|array $action */
/** @var array|string $action */
$action = $this->route->getActionName();

$value = App::isLumen()
Expand Down

0 comments on commit b769625

Please sign in to comment.