@@ -69,7 +69,7 @@ |
||
69 | 69 | /** |
70 | 70 | * Deserializes data into the given type. |
71 | 71 | * |
72 | - * @param mixed $data |
|
72 | + * @param string $data |
|
73 | 73 | * @param string $type |
74 | 74 | * @param string $format |
75 | 75 | * @param SerializationContext|array $context |
@@ -20,7 +20,7 @@ |
||
20 | 20 | class PetStoreBundle extends Bundle |
21 | 21 | { |
22 | 22 | /** |
23 | - * @return ExtensionInterface |
|
23 | + * @return boolean |
|
24 | 24 | */ |
25 | 25 | public function getContainerExtension() |
26 | 26 | { |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | * |
47 | 47 | * @codeCoverageIgnore |
48 | 48 | * |
49 | - * @param $swaggerPath |
|
49 | + * @param string $swaggerPath |
|
50 | 50 | * |
51 | 51 | * @throws \InvalidArgumentException |
52 | 52 | * @throws \org\bovigo\vfs\vfsStreamException |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | |
154 | 154 | /** |
155 | 155 | * @param string $path |
156 | - * @param array $method |
|
156 | + * @param string $method |
|
157 | 157 | * @param array $params |
158 | 158 | * @param array|null $content |
159 | 159 | * |
@@ -72,7 +72,7 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @return object |
|
75 | + * @return \stdClass |
|
76 | 76 | */ |
77 | 77 | private function assembleRequestSchema() |
78 | 78 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | /** |
35 | 35 | * @param string $string |
36 | 36 | * |
37 | - * @return object |
|
37 | + * @return \stdClass|null |
|
38 | 38 | */ |
39 | 39 | public function parse($string) |
40 | 40 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | private $yamlParser; |
38 | 38 | |
39 | 39 | /** |
40 | - * @param object $document |
|
40 | + * @param \stdClass|null $document |
|
41 | 41 | * @param string $uri |
42 | 42 | * @param YamlParser $yamlParser |
43 | 43 | */ |