mirror of
https://github.com/flarum/framework.git
synced 2025-05-18 04:12:32 +08:00
fixed two typehints on migrations repository
This commit is contained in:
parent
bdc1a100cd
commit
714775cfed
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user