@@ -37,7 +37,7 @@ |
||
| 37 | 37 | private $delegates; |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * @param ExclusionStrategyInterface[]|SequenceInterface $delegates |
|
| 40 | + * @param ExclusionStrategyInterface[] $delegates |
|
| 41 | 41 | */ |
| 42 | 42 | public function __construct($delegates) |
| 43 | 43 | { |
@@ -162,6 +162,9 @@ |
||
| 162 | 162 | ; |
| 163 | 163 | } |
| 164 | 164 | |
| 165 | + /** |
|
| 166 | + * @param string $format |
|
| 167 | + */ |
|
| 165 | 168 | private function visit(VisitorInterface $visitor, Context $context, $data, $format, array $type = null) |
| 166 | 169 | { |
| 167 | 170 | $context->initialize( |
@@ -25,5 +25,7 @@ |
||
| 25 | 25 | const PRE_DESERIALIZE = 'serializer.pre_deserialize'; |
| 26 | 26 | const POST_DESERIALIZE = 'serializer.post_deserialize'; |
| 27 | 27 | |
| 28 | - final private function __construct() { } |
|
| 28 | + final private function __construct() |
|
| 29 | + { |
|
| 30 | +} |
|
| 29 | 31 | } |