We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca81c2 commit 43ac823Copy full SHA for 43ac823
1 file changed
tests/_support/DatabaseTestCase.php
@@ -42,7 +42,7 @@ abstract class DatabaseTestCase extends CIUnitTestCase
42
* Note that running "all" runs migrations in date order,
43
* but specifying namespaces runs them in namespace order (then date)
44
*
45
- * @var array|string|null
+ * @var list<string>|string|null
46
*/
47
protected $namespace = 'App';
48
0 commit comments