Skip to content

Commit

Permalink
Revert "Apply Rector changes (CI)"
Browse files Browse the repository at this point in the history
This reverts commit ba1e165.
  • Loading branch information
Tigrov committed Nov 12, 2024
1 parent ba1e165 commit 7cc7114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Column/ColumnFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ protected function normalizeNotNullDefaultValue(string $defaultValue, ColumnSche
return $column->phpTypecast(substr($value, 2, -1));
}

$value = null;
$value = parent::normalizeNotNullDefaultValue($value, $column);

if ($value instanceof Expression) {
return new Expression($defaultValue);
Expand Down

0 comments on commit 7cc7114

Please sign in to comment.