No Final Parameter

../_images/no-final-parameter.png

Final is reserved for class elements, such as property, methods and constants. They do not apply to parameters, unless the parameter is a promoted property, in the constructor signature.

In that case, the property cannot be declared in the constructor, and must be declared independently, or without the final key word.

See Also

PHP Error Messages

PHP Features