src/ServicesExtractor.php
Showing 3 of 3 total issues
Method argumentInfoFrom
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function argumentInfoFrom(\ReflectionMethod $method): Argument { static $modifiers = [ 'internal', 'decorates',
Function argumentInfoFrom
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
private function argumentInfoFrom(\ReflectionMethod $method): Argument { static $modifiers = [ 'internal', 'decorates',
- Read upRead up
Function extractServicesId
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
public function extractServicesId($container): array { $list = []; $reflection = new \ReflectionClass($container);
- Read upRead up