Updated publiccode #75
Annotations
1 error and 10 warnings
build
Process completed with exit code 2.
|
build:
src/Command/UpdateChecklistCommand.php#L57
Avoid unused parameters such as '$input'.
|
build:
src/Command/UpdateChecklistCommand.php#L57
Avoid unused parameters such as '$output'.
|
build:
src/DependencyInjection/HuwelijksplannerExtension.php#L14
Avoid unused parameters such as '$configs'.
|
build:
src/Service/AssentService.php#L83
The method createPerson() has a Cyclomatic Complexity of 38. The configured cyclomatic complexity threshold is 10.
|
build:
src/Service/AssentService.php#L83
The method createPerson() has an NPath complexity of 1572864. The configured NPath complexity threshold is 200.
|
build:
src/Service/AssentService.php#L83
Avoid unused parameters such as '$huwelijk'.
|
build:
src/Service/AssentService.php#L94
Avoid excessively long variable names like $landVanwaarIngeschreven. Keep variable name length under 20.
|
build:
src/Service/AssentService.php#L155
Avoid unused parameters such as '$config'.
|
build:
src/Service/AssentService.php#L186
The method updateAssentHandler uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
|
build:
src/Service/CreateAvailabilityService.php#L96
The method createAvailabilityHandler uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
|