Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
45 | public function normalize($object, $format = null, array $context = []) |
||
46 | { |
||
47 | $normalizedData = $this->normalizer->normalize($object, $format, $context); |
||
48 | |||
49 | $normalizedData['vacancy']['snippet'] = '...'; |
||
50 | $normalizedData['vacancy']['text'] = '...'; |
||
51 | |||
52 | return $normalizedData; |
||
53 | } |
||
63 |