@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * @param Input $input |
39 | 39 | * @param Output $output |
40 | - * @return bool |
|
40 | + * @return false|null |
|
41 | 41 | */ |
42 | 42 | protected function execute(InputInterface $input, OutputInterface $output) |
43 | 43 | { |
@@ -370,7 +370,7 @@ |
||
370 | 370 | /** |
371 | 371 | * Get children |
372 | 372 | * |
373 | - * @return ArrayCollection |
|
373 | + * @return Comment[] |
|
374 | 374 | */ |
375 | 375 | public function getChildren() |
376 | 376 | { |
@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
63 | - * @param $url |
|
63 | + * @param string $url |
|
64 | 64 | * |
65 | 65 | * @return File |
66 | 66 | * @throws InvalidResponseException |
@@ -71,7 +71,6 @@ discard block |
||
71 | 71 | /** |
72 | 72 | * Creates posts and return status of new insertions |
73 | 73 | * |
74 | - * @param PostsPage $data |
|
75 | 74 | * |
76 | 75 | * @return bool |
77 | 76 | * @throws ApiException |
@@ -182,7 +181,6 @@ discard block |
||
182 | 181 | |
183 | 182 | /** |
184 | 183 | * @param Post $post |
185 | - * @param Tag[] $tags |
|
186 | 184 | */ |
187 | 185 | private function updatePostTags(Post $post, array $tagsStrings) |
188 | 186 | { |
@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
63 | - * @param $text |
|
63 | + * @param string $text |
|
64 | 64 | * |
65 | 65 | * @return Tag |
66 | 66 | * @throws InvalidResponseException |
@@ -112,7 +112,7 @@ |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
115 | - * @param array $data |
|
115 | + * @param UserDTO $data |
|
116 | 116 | * |
117 | 117 | * @throws InvalidResponseException |
118 | 118 | */ |