summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 07:50:12 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 07:50:12 +0200
commiteada4cccfc38d6205821b750ba355d1ea4bd58b4 (patch)
treecdb76f53607e66a66b20b15ee02086b537094f52 /core/Command
parentbe3438ca9706f856af6fb59617d35a516d274f30 (diff)
downloadnextcloud-server-eada4cccfc38d6205821b750ba355d1ea4bd58b4.tar.gz
nextcloud-server-eada4cccfc38d6205821b750ba355d1ea4bd58b4.zip
Fix generated migration class code
The `@since` documentation is out of place here. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/Db/Migrations/GenerateCommand.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php
index 50d58a9ea16..f3af3e0e6d2 100644
--- a/core/Command/Db/Migrations/GenerateCommand.php
+++ b/core/Command/Db/Migrations/GenerateCommand.php
@@ -55,7 +55,6 @@ class {{classname}} extends SimpleMigrationStep {
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
- * @since 13.0.0
*/
public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
}
@@ -65,7 +64,6 @@ class {{classname}} extends SimpleMigrationStep {
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
* @return null|ISchemaWrapper
- * @since 13.0.0
*/
public function changeSchema(IOutput $output, \Closure $schemaClosure, array $options) {
{{schemabody}}
@@ -75,7 +73,6 @@ class {{classname}} extends SimpleMigrationStep {
* @param IOutput $output
* @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
* @param array $options
- * @since 13.0.0
*/
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
}