@@ -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( |
@@ -32,6 +32,9 @@ discard block |
||
| 32 | 32 | private $dataStack; |
| 33 | 33 | private $data; |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param Naming\PropertyNamingStrategyInterface $namingStrategy |
|
| 37 | + */ |
|
| 35 | 38 | public function __construct($namingStrategy) |
| 36 | 39 | { |
| 37 | 40 | parent::__construct($namingStrategy); |
@@ -194,7 +197,6 @@ discard block |
||
| 194 | 197 | /** |
| 195 | 198 | * Allows you to remove data from the current object based on name. |
| 196 | 199 | * |
| 197 | - * @param string $key |
|
| 198 | 200 | * @throws Exception\InvalidArgumentException |
| 199 | 201 | */ |
| 200 | 202 | public function removeDataPropertyName($propertyName) |