We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc6753 commit 499f4a0Copy full SHA for 499f4a0
1 file changed
tests/system/API/ResponseTraitTest.php
@@ -11,6 +11,7 @@
11
12
namespace CodeIgniter\API;
13
14
+use CodeIgniter\Format\FormatterInterface;
15
use CodeIgniter\Format\JSONFormatter;
16
use CodeIgniter\Format\XMLFormatter;
17
use CodeIgniter\HTTP\URI;
@@ -30,7 +31,7 @@ final class ResponseTraitTest extends CIUnitTestCase
30
31
protected $response;
32
33
/**
- * @var Response formatter
34
+ * @var FormatterInterface|null
35
*/
36
protected $formatter;
37
0 commit comments