| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 3 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 28 | 1 | public static function createResourceModelTransformer(SerializerInterface $serializer = null) | |
| 29 |     { | ||
| 30 | 1 | $serializer = self::prepareSerializer($serializer); | |
| 1 ignored issue–
                            show | |||
| 31 | |||
| 32 | 1 | return new ResourceModelTransformer($serializer); | |
| 33 | } | ||
| 34 | |||
| 61 |