Passed
Push — release-3.0.0 ( 50b495...ae6988 )
by Daniel
07:59
created
services/template/extensions/filters.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -25,12 +25,12 @@  discard block
 block discarded – undo
25 25
 	}
26 26
 
27 27
 	/**
28
-	* @param array $context
29
-	* @param array $items
30
-	* @param string $field_type
31
-	* @param string $loop_variable
32
-	* @return string
33
-	*/
28
+	 * @param array $context
29
+	 * @param array $items
30
+	 * @param string $field_type
31
+	 * @param string $loop_variable
32
+	 * @return string
33
+	 */
34 34
 	public function field_filter(array &$context, $items, $field_type, $loop_variable = '')
35 35
 	{
36 36
 		$found_fields = array_keys((array) $context['FIELD_TYPES'], $field_type);
@@ -54,11 +54,11 @@  discard block
 block discarded – undo
54 54
 	}
55 55
 
56 56
 	/**
57
-	* @param string $content
58
-	* @param int $max_chars
59
-	* @param string $loop_variable
60
-	* @return string
61
-	*/
57
+	 * @param string $content
58
+	 * @param int $max_chars
59
+	 * @param string $loop_variable
60
+	 * @return string
61
+	 */
62 62
 	public function truncate_filter($content, $max_chars = 60, $type = '')
63 63
 	{
64 64
 		if (!$max_chars)
Please login to merge, or discard this patch.