Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
62 | public function context(): array |
||
63 | { |
||
64 | return [ |
||
65 | AbstractNormalizer::IGNORED_ATTRIBUTES => $this->ignore, |
||
66 | AbstractNormalizer::CIRCULAR_REFERENCE_LIMIT => $this->refLimit, |
||
67 | AbstractNormalizer::ALLOW_EXTRA_ATTRIBUTES => $this->allowExtra, |
||
68 | AbstractNormalizer::DEFAULT_CONSTRUCTOR_ARGUMENTS => $this->constructorArgs, |
||
69 | ]; |
||
87 |