In PHP 7.4+, properties can have types specified - if a property has a type and no documentation block, it shouldn't trigger the missing documentation errors.
See similar T258925: Do not warn about missing function doc comment when parameter and return types are fully specified by type hints
Description
Description
Related Objects
Related Objects