mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 19:53:16 +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…
Reference in New Issue
Block a user