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