Code Inspection: Comment is parsed as attribute in PHP 8.0
Reports line comments starting with #[
. In PHP 8.0 and later, such comments are parsed as attributes.
See Attributes (php.net) for details.
Last modified: 08 December 2020