More return types..

This commit is contained in:
Matias De lellis
2021-09-19 22:46:26 -03:00
parent e0d29ecc88
commit 90436bca87
3 changed files with 8 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ class Version000204Date20200530211356 extends SimpleMigrationStep {
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
*
* @return void
*/
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
}
@@ -157,6 +159,8 @@ class Version000204Date20200530211356 extends SimpleMigrationStep {
* @param IOutput $output
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
*
* @return void
*/
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) {
}