Skip to content

Commit 31f82f9

Browse files
committed
1 parent 42b174f commit 31f82f9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

system/API/ResponseTrait.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@
1313

1414
use CodeIgniter\Format\FormatterInterface;
1515
use CodeIgniter\HTTP\IncomingRequest;
16-
use CodeIgniter\HTTP\RequestInterface;
1716
use CodeIgniter\HTTP\ResponseInterface;
1817
use Config\Services;
1918

2019
/**
2120
* Provides common, more readable, methods to provide
2221
* consistent HTTP responses under a variety of common
2322
* situations when working as an API.
24-
*
25-
* @property RequestInterface $request
26-
* @property ResponseInterface $response
2723
*/
2824
trait ResponseTrait
2925
{

0 commit comments

Comments
 (0)