Skip to content

Commit a54f984

Browse files
committed
TestResponseTest Response docblock fix
1 parent 778a091 commit a54f984

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
__DIR__ . '/tests/system/API/ResponseTraitTest.php',
128128
__DIR__ . '/tests/system/Honeypot/HoneypotTest.php',
129129
__DIR__ . '/tests/system/Filters/HoneypotTest.php',
130+
__DIR__ . '/tests/system/Test/TestResponseTest.php',
130131
],
131132
]);
132133

tests/system/Test/TestResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class TestResponseTest extends CIUnitTestCase
2727
private ?TestResponse $testResponse = null;
2828

2929
/**
30-
* @var mixed|Response|null
30+
* @var Response
3131
*/
3232
private $response;
3333

0 commit comments

Comments
 (0)