Fix code style (bis)

parent fa9e2b10
......@@ -477,7 +477,7 @@ class PostgreSqlSchemaManager extends AbstractSchemaManager
*
* @return null|string
*/
private function unescapeDefaultValue(?string $default): ?string
private function unescapeDefaultValue(?string $default) : ?string
{
if ($default === null) {
return $default;
......
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