MigrationManager::getFirstUpMigrationTimestamp(): Return value must be of type int, null returned
dejagersh opened this issue · 2 comments
dejagersh commented
If there are no migrations to run, this function returns null
. Shouldn't the return type of this function be int | null
?
dereuromark commented
dejagersh commented
Sorry, thank you!