Skip to content

Commit

Permalink
TASK: Fix phpstan by removing dead code
Browse files Browse the repository at this point in the history
> Access to an undefined property Neos\Flow\Mvc\Controller\Arguments::$argumentShortNames.
  • Loading branch information
mhsdesign committed Feb 16, 2024
1 parent c7c78d8 commit 8bff583
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Neos.Flow/Classes/Mvc/Controller/Arguments.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ public function offsetUnset($offset): void
parent::offsetUnset($translatedOffset);

unset($this->argumentNames[$translatedOffset]);
if ($offset != $translatedOffset) {
unset($this->argumentShortNames[$offset]);
}
}

/**
Expand Down

0 comments on commit 8bff583

Please sign in to comment.