summaryrefslogtreecommitdiffstats
path: root/lib/Migration/Version150004Date20201009183830.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Migration/Version150004Date20201009183830.php')
-rw-r--r--lib/Migration/Version150004Date20201009183830.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Migration/Version150004Date20201009183830.php b/lib/Migration/Version150004Date20201009183830.php
index c6267ac04..635d8d592 100644
--- a/lib/Migration/Version150004Date20201009183830.php
+++ b/lib/Migration/Version150004Date20201009183830.php
@@ -26,6 +26,8 @@ class Version150004Date20201009183830 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) {
}
@@ -63,6 +65,8 @@ class Version150004Date20201009183830 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) {
$item_name = $this->connection->getQueryBuilder()->getTableName('news_items');