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 Aug 3, 2021
1 parent 59148e7 commit d642a66
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 d642a66

Please sign in to comment.