Closed kappaj closed 2 years ago
Thanks for your contribution. Here's a general suggestion: when you find a problem, you should check if the same problem was already solved, e.g. if the same issue was already opened. Looking into currently open issues isn't enough, since it can happen (and it happened in this case) that the issue was already closed (even if the solution is still unavailable in a stable branch).
See #1253
Feature Request
It is no feature, only a small improvement I think ;-)
When you build an custom namer you have to implement the NamerInterface. So you have to create the method
name()
. One parameter is of typePropertyMapping
. But this class is internal. So the IDE shows a warning.Solution:
The class PropertyMapping should not be internal.