MIR1101
MissingParamType
A parameter has no declared type hint.
Example
Section titled “Example”<?php// TODO: minimal example that triggers MissingParamType.How to fix
Section titled “How to fix”TODO: explain the typical fix or how to suppress.
MIR1101
A parameter has no declared type hint.
<?php// TODO: minimal example that triggers MissingParamType.TODO: explain the typical fix or how to suppress.