Skip to content

Commit 1be21da

Browse files
committed
fix: explicitly specify nullability
1 parent 01c02a9 commit 1be21da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Phpmig/Api/PhpmigApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ protected function cleanTempDir()
317317
rmdir($dir);
318318
}
319319

320-
protected function createTestMigrations(array $migrations, array $class_names = null, $extends = "Migration")
320+
protected function createTestMigrations(array $migrations, ?array $class_names = null, $extends = "Migration")
321321
{
322322
$class =<<< 'CODE'
323323
<?php

0 commit comments

Comments
 (0)