Skip to content

Commit fb2a519

Browse files
author
lafricain79
committed
fix: fix PHP CS formatting in migration file
1 parent d8b968a commit fb2a519

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/Migration/Version050300Date20260303000000.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class Version050300Date20260303000000 extends SimpleMigrationStep {
1919

20-
/**
20+
/**
2121
* @param IOutput $output
2222
* @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper`
2323
* @param array $options
@@ -27,8 +27,8 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
2727
/** @var ISchemaWrapper $schema */
2828
$schema = $schemaClosure();
2929
$table = $schema->getTable('forms_v2_forms');
30-
31-
if (!$table->hasColumn('max_submissions')) {
30+
31+
if (!$table->hasColumn('max_submissions')) {
3232
$table->addColumn('max_submissions', Types::INTEGER, [
3333
'notnull' => false,
3434
'default' => null,

0 commit comments

Comments
 (0)