Completed
Push — master ( 205102...ec6600 )
by Rafidison
02:47
created
Controller/CommentsController.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
 	/**
62 62
 	 * @param $params
63
-	 * @param $request
63
+	 * @param Request $request
64 64
 	 * @param $comment_class
65 65
 	 * @return Response
66 66
 	 */
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 	 * Return a template
99 99
 	 * @param $comment
100 100
 	 * @param $request
101
-	 * @param $max_depth
101
+	 * @param boolean $max_depth
102 102
 	 * @return string
103 103
 	 */
104 104
 	private function renderResponse($comment,$request,$max_depth)
@@ -213,8 +213,8 @@  discard block
 block discarded – undo
213 213
 	}
214 214
 
215 215
 	/**
216
-	 * @param $request
217
-	 * @param $session
216
+	 * @param Request $request
217
+	 * @param \Symfony\Component\HttpFoundation\Session\SessionInterface $session
218 218
 	 */
219 219
 	private function error($request, $session)
220 220
 	{
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
 
246 246
 	/**
247 247
 	 * Error message for Ajax
248
-	 * @param $form
248
+	 * @param \Symfony\Component\Form\Form $form
249 249
 	 * @return Response
250 250
 	 */
251 251
 	private function returnAjaxErrors($form)
Please login to merge, or discard this patch.
Twig/Extension/CommentExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 	/**
17 17
 	 * Returns a list of functions to add to the existing list.
18 18
 	 *
19
-	 * @return array An array of functions
19
+	 * @return \Twig_SimpleFunction[] An array of functions
20 20
 	 */
21 21
 	public function getFunctions()
22 22
 	{
Please login to merge, or discard this patch.