Diglin\Ricardo\Service::proceed
Execute a method on the service and return an array
Signature
public function proceed(string
$serviceName,
[string
$serviceMethod = null,
[array|string|null
$arguments = null]] )
Parameters
-
$serviceName
-
$serviceMethod
-
$arguments
Returns
- mixed
Errors/Exceptions
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
181 - 247 | CyclomaticComplexity | The method proceed() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
181 - 247 | NPathComplexity | The method proceed() has an NPath complexity of 301. The configured NPath complexity threshold is 200. |