Skip to content

Commit

Permalink
To avoid deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jun 4, 2019
1 parent 82c6995 commit fa3e999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DBAL/Type/ImplodedArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $pla
return parent::getSQLDeclaration($fieldDeclaration, $platform);
}

public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}

private function assertValueCanBeImploded($value): void
{
if (null === $value) {
Expand Down

0 comments on commit fa3e999

Please sign in to comment.