Skip to content

Commit

Permalink
PhpStorm meta: Define response exit points.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Oct 16, 2022
1 parent 07ceaf1 commit b160374
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendItems());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::redirect());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::redirectUrl());
exitPoint(\Baraja\StructuredApi\ThrowStatusResponse::invoke());
exitPoint(\Baraja\StructuredApi\Response\Status\StatusResponse::invoke());
exitPoint(\Baraja\StructuredApi\Response\Status\ErrorResponse::invoke());
exitPoint(\Baraja\StructuredApi\Response\Status\OkResponse::invoke());
exitPoint(\Baraja\StructuredApi\Response\Status\SuccessResponse::invoke());

expectedArguments(
\Baraja\StructuredApi\BaseEndpoint::flashMessage(),
Expand Down

0 comments on commit b160374

Please sign in to comment.