| Total Complexity | 5 | 
| Total Lines | 40 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 13 | class GenericSlumberer implements Slumberer  | 
            ||
| 14 | { | 
            ||
| 15 | /** @var EntityConfigReader */  | 
            ||
| 16 | protected $entityConfigLookUp;  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * @param EntityConfigReader $entityConfigLookUp  | 
            ||
| 20 | */  | 
            ||
| 21 | 372 | public function __construct(EntityConfigReader $entityConfigLookUp)  | 
            |
| 24 | 372 | }  | 
            |
| 25 | |||
| 26 | /**  | 
            ||
| 27 | * @param mixed $subject  | 
            ||
| 28 | *  | 
            ||
| 29 | * @return array|mixed|null  | 
            ||
| 30 | */  | 
            ||
| 31 | 17 | public function slumber($subject)  | 
            |
| 55 |