Skip to content

Commit fbcf6cc

Browse files
Fix phpdoc, Update type hint for namespace property
1 parent b7fe7a0 commit fbcf6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_support/ProjectTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ abstract class ProjectTestCase extends CIUnitTestCase
4040
* Note that running "all" runs migrations in date order,
4141
* but specifying namespaces runs them in namespace order (then date)
4242
*
43-
* @var array|string|null
43+
* @var array<int, string>|string|null
4444
*/
4545
protected $namespace = 'App';
4646

0 commit comments

Comments
 (0)