achasseux
achasseux
I have the same behavior, this tool already returns `There are no violations - congratulations!`
The issue comes from an incompatibility with phpdocumentor/reflection-docblock versions. In your composer.json, you have mentioned `"phpdocumentor/reflection-docblock": "~2.0 || ~3.0 || ~4.0"` But in your [Visitor](https://github.com/sensiolabs-de/deprecation-detector/blob/master/src/Visitor/Deprecation/FindDeprecatedTagsVisitor.php#L107) into `hasDeprecatedDocComment()` or `getDeprecatedDocComment()`, you...
@MarvinKlemp I can work on this issue next week, not before I 'm OK to create a PR
Hello, :+1: This is a good improvement, but I think there is a bug that you can fix at the same time. In the method eZContentObject::relatedObjectCount(), the definition of $showInvisibleNodesCond...
Hi @ballinette, yes I'm talking about another subject. But I didn't want to fork at the same time. I will fork when I will have a moment. Thanks.
You can keep the default serializer of symfony. No need of JMSSerializer. You may have forgotten to activate the annotations of serializer in config.yml (https://symfony.com/doc/current/serializer.html#using-serialization-groups-annotations) ``` #app/config/config.yml framework: .... serializer:...