Completed
Pull Request — master (#165)
by Maxime
36s
created
src/Bridge/Doctrine/DBAL/Types/TypesDumper.php 1 patch
Braces   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -125,9 +125,4 @@
 block discarded – undo
125 125
 
126 126
                         protected function onNullFromPhp(): int|string|null
127 127
                         {
128
-                            return {$defaultOnNullCode};
129
-                        }
130
-            PHP;
131
-        }
132
-    }
133
-}
128
+                            return {$defaultOnNullCode}
134 129
\ No newline at end of file
Please login to merge, or discard this patch.