We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b174f + 31f82f9 commit 81c5e48Copy full SHA for 81c5e48
1 file changed
system/API/ResponseTrait.php
@@ -13,17 +13,13 @@
13
14
use CodeIgniter\Format\FormatterInterface;
15
use CodeIgniter\HTTP\IncomingRequest;
16
-use CodeIgniter\HTTP\RequestInterface;
17
use CodeIgniter\HTTP\ResponseInterface;
18
use Config\Services;
19
20
/**
21
* Provides common, more readable, methods to provide
22
* consistent HTTP responses under a variety of common
23
* situations when working as an API.
24
- *
25
- * @property RequestInterface $request
26
- * @property ResponseInterface $response
27
*/
28
trait ResponseTrait
29
{
0 commit comments