Skip to content

Commit c9011eb

Browse files
authored
Remove obsolete todo (#7039)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary This type has been removed in DBAL 4. Nobody's going to work on that `@todo`, so let's remove it.
1 parent f00800c commit c9011eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Types/ArrayType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function getSQLDeclaration(array $column, AbstractPlatform $platform)
3535
*/
3636
public function convertToDatabaseValue($value, AbstractPlatform $platform)
3737
{
38-
// @todo 3.0 - $value === null check to save real NULL in database
3938
return serialize($value);
4039
}
4140

0 commit comments

Comments
 (0)