svdv22

Results 5 comments of svdv22

Does anybody know what the current status/timeline for this PR is?

Adding a check to see if the method exists is easy enough. But as far as I understand changing the code so that the objects are still visible shouldn't be...

On second thought, it's perhaps a bit weird to add exceptions in the code base of AdvancedManyToManyRelation. I get a lot of hits when I search for 'getPreviewData', but as...

In my experience the combination of typehint + variable name is almost always enough. If not, I could see the added value of @param with a description. Conclusion could be...