Skip to content

Commit 5b41ab9

Browse files
José Nicodemos Maia Netopatrickbrouwers
authored andcommitted
- Running PHP-CS-FIXER
1 parent 71fc05b commit 5b41ab9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Relations/JoinColumn.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ class JoinColumn
3535
* @var string|null
3636
*/
3737
protected $onDelete = null;
38-
38+
3939
/**
40-
*
4140
* @var string|null
4241
*/
4342
protected $columnDefinition = null;
@@ -216,9 +215,8 @@ public function onDelete($onDelete = null)
216215

217216
return $this;
218217
}
219-
218+
220219
/**
221-
*
222220
* @return string|null
223221
*/
224222
public function getColumnDefinition()

0 commit comments

Comments
 (0)