In the documentation of some methods that implement abstract methods the @inheritdoc tag is missing in the phpDoc of the implemented method. As IDEs (e.g. IntelliJ Idea) need this information to show additional information (the phpDoc of the base method) in the tooltip this tag should be provided in the phpDocs of the overriding method.
Methods (please provide with class name) with missing tag will be tracked here.
In the documentation of some methods that implement abstract methods the @inheritdoc tag is missing in the phpDoc of the implemented method. As IDEs (e.g. IntelliJ Idea) need this information to show additional information (the phpDoc of the base method) in the tooltip this tag should be provided in the phpDocs of the overriding method.
Methods (please provide with class name) with missing tag will be tracked here.