Unverified Commit d57f69e8 authored by belgattitude's avatar belgattitude Committed by Luís Cobucci

Updated from @Majkl578 review

parent 4f876ef0
...@@ -468,7 +468,7 @@ class MySqlPlatform extends AbstractPlatform ...@@ -468,7 +468,7 @@ class MySqlPlatform extends AbstractPlatform
*/ */
protected function isDefaultValueSupportedForType(Type $field) : bool protected function isDefaultValueSupportedForType(Type $field) : bool
{ {
return !($field instanceof TextType || $field instanceof BlobType); return ! $field instanceof TextType && ! $field instanceof BlobType;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment