Skip to content

Commit da8defa

Browse files
nullable Response type
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent d5cf0c7 commit da8defa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/system/Filters/HoneypotTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ final class HoneypotTest extends CIUnitTestCase
3636
*/
3737
private $request;
3838

39-
/**
40-
* @var Response|null
41-
*/
42-
private $response;
39+
private ?Response $response = null;
4340

4441
protected function setUp(): void
4542
{

0 commit comments

Comments
 (0)