Commit 066b323
committed
coding standards: require using strict type hinting almost everywhere
- the rules enforced (and will be automatically fixed) by slevomat PropertyTypeHintSniff, ReturnTypeHintSniff, and ParameterTypeHintSniff
- strict types are required in the whole codebase except entities, entity data objects, and a few particular classes that entities implement or extend
- removed redundatnt (and misconfigured) PhpdocToPropertyTypeFixer from the config1 parent e52ae2b commit 066b323
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | 361 | | |
364 | | - | |
365 | 362 | | |
366 | | - | |
367 | 363 | | |
368 | | - | |
369 | 364 | | |
370 | 365 | | |
371 | 366 | | |
0 commit comments