Pattern: Inconsistent parameter type hint spacing
Issue: -
- Checks that there's a single space between a typehint and a parameter name:
Foo $foo
- Checks that there's no whitespace between a nullability symbol and a typehint:
?Foo
Pattern: Inconsistent parameter type hint spacing
Issue: -
Foo $foo
?Foo