Here is the list of the lines that generated the most issues.
| File |
Count |
Analysis |
| /src/Application.php:25 | 7 | - Undefined Constants
- Invalid Constant Name
- Implied If
- Constants With Strange Names
- Preprocessable
- Logical Should Use Symbolic Operators
- Use const
|
| /src/Config.php:82 | 7 | - PHP Keywords As Names
- Never Used Parameter
- No Boolean As Default
- Use Named Boolean In Argument Definition
- Mismatched Default Arguments
- Mismatched Typehint
|
| /src/Assets.php:90 | 6 | - Never Used Parameter
- Hidden Nullable
- No Boolean As Default
- Use Named Boolean In Argument Definition
- Mismatched Default Arguments
- Mismatched Typehint
|
| /src/Assets.php:105 | 6 | - Never Used Parameter
- Hidden Nullable
- No Boolean As Default
- Use Named Boolean In Argument Definition
- Mismatched Default Arguments
- Mismatched Typehint
|