[Blameable] Int is not a valid Doctrine type mapping #2006
Labels
Blameable
Bug
A confirmed bug in Extensions that needs fixing.
Still Relevant
Mark PRs that might've been auto-closed that are still relevant.
https://github.com/Atlantic18/DoctrineExtensions/blob/ee6e427c759da76b65597870e2bae36fc7b09631/lib/Gedmo/Blameable/Mapping/Driver/Annotation.php#L29-L33
Is int value a valid Doctrine mapping type? It seems that "integer" should be used instead.
I've managed to defined custom doctrine type in symfony configuration so this works for me at framework level:
However, it would be nice to have "integer" value in $validTypes collection as well, so everyone can be happy :)
Something similar is reported here but closed without proper resolution #1137
The text was updated successfully, but these errors were encountered: