propelorm/Propel2

MigrationManager::getFirstUpMigrationTimestamp(): Return value must be of type int, null returned

dejagersh opened this issue · 2 comments

If there are no migrations to run, this function returns null. Shouldn't the return type of this function be int | null?

Sorry, thank you!