Skip to content

Commit 499f4a0

Browse files
committed
test: fix doc comment
1 parent 9bc6753 commit 499f4a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/system/API/ResponseTraitTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
namespace CodeIgniter\API;
1313

14+
use CodeIgniter\Format\FormatterInterface;
1415
use CodeIgniter\Format\JSONFormatter;
1516
use CodeIgniter\Format\XMLFormatter;
1617
use CodeIgniter\HTTP\URI;
@@ -30,7 +31,7 @@ final class ResponseTraitTest extends CIUnitTestCase
3031
protected $response;
3132

3233
/**
33-
* @var Response formatter
34+
* @var FormatterInterface|null
3435
*/
3536
protected $formatter;
3637

0 commit comments

Comments
 (0)