Skip to content

Commit

Permalink
Merge pull request #165 from akondas/fix-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey authored Oct 26, 2021
2 parents 9420aec + 19459a1 commit 9c58cea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/composer.lock
/phpcs.xml
/phpunit.xml
/.phpunit.result.cache
/vendor/
.phpunit.result.cache
12 changes: 12 additions & 0 deletions src/UuidType.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,16 @@ public function getName()
{
return static::NAME;
}

/**
* {@inheritdoc}
*
* @param AbstractPlatform $platform
*
* @return bool
*/
public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}
}

0 comments on commit 9c58cea

Please sign in to comment.