-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.phpstorm.meta.php
25 lines (21 loc) · 1 KB
/
.phpstorm.meta.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
declare(strict_types=1);
namespace PHPSTORM_META;
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendJson());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendOk());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendSuccess());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendError());
exitPoint(\Baraja\StructuredApi\BaseEndpoint::sendItems());
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(),
1,
\Baraja\StructuredApi\BaseEndpoint::FlashMessageSuccess,
\Baraja\StructuredApi\BaseEndpoint::FlashMessageInfo,
\Baraja\StructuredApi\BaseEndpoint::FlashMessageWarning,
\Baraja\StructuredApi\BaseEndpoint::FlashMessageError,
);