trait AttributeDetectionTrait (View source)

Shared attribute detection logic for stub parsers.

Provides methods to check if an attribute list contains specific JetBrains PhpStorm or built-in PHP attributes (TentativeType, Deprecated).

Used by StubFunctionParser, StubMethodParser, and StubParameterParser.