Merge pull request #20 from CommonGateway/feature/PC246-9/proxy-with-… #248
Annotations
1 error and 11 warnings
Run phpmd
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run phpmd:
src/Service/SimTaxService.php#L27
The class SimTaxService has an overall complexity of 102 which is very high. The configured complexity threshold is 50.
|
Run phpmd:
src/Service/SimTaxService.php#L27
The class SimTaxService has a coupling between objects value of 13. Consider to reduce the number of dependencies under 13.
|
Run phpmd:
src/Service/SimTaxService.php#L62
Avoid excessively long variable names like $synchronizationService. Keep variable name length under 20.
|
Run phpmd:
src/Service/SimTaxService.php#L124
Avoid excessively long variable names like $synchronizationService. Keep variable name length under 20.
|
Run phpmd:
src/Service/SimTaxService.php#L227
Avoid using undefined variables such as '$aanslagen' which will lead to PHP notices.
|
Run phpmd:
src/Service/SimTaxService.php#L238
Avoid using undefined variables such as '$aanslagen' which will lead to PHP notices.
|
Run phpmd:
src/Service/SimTaxService.php#L255
Avoid using undefined variables such as '$aanslagen' which will lead to PHP notices.
|
Run phpmd:
src/Service/SimTaxService.php#L257
Avoid using undefined variables such as '$aanslagen' which will lead to PHP notices.
|
Run phpmd:
src/Service/SimTaxService.php#L271
The method getAanslagenFilter() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
|
Run phpmd:
src/Service/SimTaxService.php#L273
Avoid unused local variables such as '$maxYear'.
|
Loading