@@ -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 | */ |
@@ -87,6 +87,7 @@ |
||
87 | 87 | * author - 'NULL', 'NOT NULL', id, array of ids |
88 | 88 | * collections - CollectionInterface |
89 | 89 | * mode - string public|admin |
90 | + * @param integer $page |
|
90 | 91 | */ |
91 | 92 | public function getPager(array $criteria, $page, $limit = 10, array $sort = array()) |
92 | 93 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Returns a list of functions to add to the existing list. |
56 | 56 | * |
57 | - * @return array An array of functions |
|
57 | + * @return \Twig_SimpleFunction[] An array of functions |
|
58 | 58 | */ |
59 | 59 | public function getFunctions() |
60 | 60 | { |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | * |
61 | 61 | * @Route(requirements={"_format"="json|xml"}) |
62 | 62 | * |
63 | - * @param Request $request |
|
63 | + * @param integer $request |
|
64 | 64 | * @param int $id A comment identifier |
65 | 65 | * |
66 | 66 | * @return Comment |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * |
87 | 87 | * @Route(requirements={"_format"="json|xml"}) |
88 | 88 | * |
89 | - * @param Request $request |
|
89 | + * @param integer $request |
|
90 | 90 | * @param int $id A comment identifier |
91 | 91 | * |
92 | 92 | * @return View |