Skip to content

Commit 53806dc

Browse files
committed
Apply fixes from StyleCI (#880)
Co-authored-by: Mitul Golakiya <[email protected]>
1 parent 3926344 commit 53806dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/GeneratorField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private function prepareMigrationText()
143143
$this->foreignKeyText .= "->onUpdate('cascade')->onDelete('cascade')";
144144
}
145145
}
146-
$this->foreignKeyText .= ";";
146+
$this->foreignKeyText .= ';';
147147
} else {
148148
$this->migrationText .= '->'.$functionName;
149149
$this->migrationText .= '(';

0 commit comments

Comments
 (0)