Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
52 | 2 | protected static function prepareSerializer(SerializerInterface $serializer = null) |
|
53 | { |
||
54 | 2 | if ($serializer === null) { |
|
55 | 2 | $serializer = SerializerFactory::createSerializer(); |
|
1 ignored issue
–
show
|
|||
56 | } |
||
57 | |||
58 | 2 | return $serializer; |
|
59 | } |
||
60 | } |
||
61 |