@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | * |
160 | 160 | * @param Request $request A Symfony request |
161 | 161 | * |
162 | - * @return Post |
|
162 | + * @return FormInterface |
|
163 | 163 | * |
164 | 164 | * @throws NotFoundHttpException |
165 | 165 | */ |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | * @param int $id A Post identifier |
190 | 190 | * @param Request $request A Symfony request |
191 | 191 | * |
192 | - * @return Post |
|
192 | + * @return FormInterface |
|
193 | 193 | * |
194 | 194 | * @throws NotFoundHttpException |
195 | 195 | */ |
@@ -78,6 +78,8 @@ |
||
78 | 78 | |
79 | 79 | /** |
80 | 80 | * {@inheritdoc} |
81 | + * @param string $date |
|
82 | + * @param string $step |
|
81 | 83 | */ |
82 | 84 | public function getPublicationDateQueryParts($date, $step, $alias = 'p') |
83 | 85 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | } |
63 | 63 | |
64 | 64 | /** |
65 | - * @return Response |
|
65 | + * @return \Symfony\Component\HttpFoundation\Response |
|
66 | 66 | */ |
67 | 67 | public function archiveAction() |
68 | 68 | { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | * @param string $year |
124 | 124 | * @param string $month |
125 | 125 | * |
126 | - * @return Response |
|
126 | + * @return \Symfony\Component\HttpFoundation\Response |
|
127 | 127 | */ |
128 | 128 | public function archiveMonthlyAction($year, $month) |
129 | 129 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | /** |
136 | 136 | * @param string $year |
137 | 137 | * |
138 | - * @return Response |
|
138 | + * @return \Symfony\Component\HttpFoundation\Response |
|
139 | 139 | */ |
140 | 140 | public function archiveYearlyAction($year) |
141 | 141 | { |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | * |
150 | 150 | * @param $permalink |
151 | 151 | * |
152 | - * @return Response |
|
152 | + * @return \Symfony\Component\HttpFoundation\Response |
|
153 | 153 | */ |
154 | 154 | public function viewAction($permalink) |
155 | 155 | { |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | /** |
195 | 195 | * @param integer $postId |
196 | 196 | * |
197 | - * @return Response |
|
197 | + * @return \Symfony\Component\HttpFoundation\Response |
|
198 | 198 | */ |
199 | 199 | public function commentsAction($postId) |
200 | 200 | { |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | * @param $postId |
214 | 214 | * @param bool $form |
215 | 215 | * |
216 | - * @return Response |
|
216 | + * @return \Symfony\Component\HttpFoundation\Response |
|
217 | 217 | */ |
218 | 218 | public function addCommentFormAction($postId, $form = false) |
219 | 219 | { |
@@ -250,7 +250,7 @@ discard block |
||
250 | 250 | * |
251 | 251 | * @param string $id |
252 | 252 | * |
253 | - * @return Response |
|
253 | + * @return \Symfony\Component\HttpFoundation\Response |
|
254 | 254 | */ |
255 | 255 | public function addCommentAction($id) |
256 | 256 | { |