aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version21000Date20210309185127.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Migrations/Version21000Date20210309185127.php')
-rw-r--r--core/Migrations/Version21000Date20210309185127.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Migrations/Version21000Date20210309185127.php b/core/Migrations/Version21000Date20210309185127.php
index 01cbdcb8641..d50a2620797 100644
--- a/core/Migrations/Version21000Date20210309185127.php
+++ b/core/Migrations/Version21000Date20210309185127.php
@@ -1,6 +1,7 @@
<?php
declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com>
*
@@ -15,14 +16,13 @@ declare(strict_types=1);
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
-
-
namespace OC\Core\Migrations;
use Closure;