@@ -43,6 +43,9 @@ discard block |
||
43 | 43 | $this->{$method}($value); |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @param string $proxiesDir |
|
48 | + */ |
|
46 | 49 | private function getSchemaObject($proxiesDir) { |
47 | 50 | |
48 | 51 | if ($proxiesDir === null) { |
@@ -181,6 +184,9 @@ discard block |
||
181 | 184 | } |
182 | 185 | } |
183 | 186 | |
187 | + /** |
|
188 | + * @param string $proxiesDir |
|
189 | + */ |
|
184 | 190 | private function deserializer(array $schema, array $data, $proxiesDir) { |
185 | 191 | |
186 | 192 | foreach ($schema as $key => $value) { |