You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
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.