src/Services.php
Services
has 46 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Services implements ContainerInterface {
private ContainerInterface $container;
private function __construct( ContainerInterface $container ) {
$this->container = $container;