Skip to content

Commit 43ac823

Browse files
committed
fix phpstan
1 parent 7ca81c2 commit 43ac823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_support/DatabaseTestCase.php

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

0 commit comments

Comments
 (0)