Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 3, 2024
1 parent f689753 commit dc97f35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Type/LocalObjectType.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public function convertToPHPValue($value, AbstractPlatform $platform): ?object
return $res;
}

#[\Override]
public function requiresSQLCommentHint(AbstractPlatform $platform): bool
{
return true;
Expand Down
1 change: 0 additions & 1 deletion src/Type/MoneyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function convertToPHPValue($value, AbstractPlatform $platform): ?float
return $this->convertToDatabaseValue($value, $platform);
}

#[\Override]
public function requiresSQLCommentHint(AbstractPlatform $platform): bool
{
return true;
Expand Down

0 comments on commit dc97f35

Please sign in to comment.