Skip to content

Commit 07a04f3

Browse files
committed
docs: fix PHPDoc type mixed in Test
1 parent 4a440fe commit 07a04f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Test/CIUnitTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ abstract class CIUnitTestCase extends TestCase
147147
/**
148148
* Migration Runner instance.
149149
*
150-
* @var MigrationRunner|mixed
150+
* @var MigrationRunner|null
151151
*/
152152
protected $migrations;
153153

system/Test/TestResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function assertCookieExpired(string $key, string $prefix = '')
347347
/**
348348
* Returns the response's body as JSON
349349
*
350-
* @return false|mixed
350+
* @return false|string|null
351351
*/
352352
public function getJSON()
353353
{

0 commit comments

Comments
 (0)