mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
fixed two typehints on migrations repository
This commit is contained in:
@@ -51,6 +51,7 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
|||||||
/**
|
/**
|
||||||
* Get the ran migrations.
|
* Get the ran migrations.
|
||||||
*
|
*
|
||||||
|
* @param string $extension
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getRan($extension = null)
|
public function getRan($extension = null)
|
||||||
|
@@ -16,6 +16,7 @@ interface MigrationRepositoryInterface
|
|||||||
/**
|
/**
|
||||||
* Get the ran migrations for the given extension.
|
* Get the ran migrations for the given extension.
|
||||||
*
|
*
|
||||||
|
* @param string $extension
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getRan($extension = null);
|
public function getRan($extension = null);
|
||||||
|
Reference in New Issue
Block a user