Skip to content

Commit

Permalink
phpstorm.meta: added exitPoint Component::error (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
lulco authored and dg committed Aug 24, 2021
1 parent 3930fd6 commit b38764f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

exitPoint(\Nette\Application\UI\Component::redirect());
exitPoint(\Nette\Application\UI\Component::redirectPermanent());
exitPoint(\Nette\Application\UI\Component::error());
exitPoint(\Nette\Application\UI\Presenter::forward());
exitPoint(\Nette\Application\UI\Presenter::redirectUrl());
exitPoint(\Nette\Application\UI\Presenter::sendJson());
Expand Down

0 comments on commit b38764f

Please sign in to comment.