Passed
Push — release-3.0.0 ( e8971e...d75c10 )
by Daniel
04:23
created
controller/main_controller.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 	 * @param \blitze\content\services\poll							$poll				Poll object
55 55
 	 * @param \blitze\content\services\views\views_factory			$views_factory		Views handlers
56 56
 	 * @param \blitze\content\services\comments\factory				$comments_factory	Comments factory
57
-	*/
57
+	 */
58 58
 	public function __construct(\phpbb\db\driver\driver_interface $db, \phpbb\controller\helper $helper, \phpbb\request\request_interface $request, \phpbb\template\template $template, \phpbb\user $user, \blitze\content\services\types $content_types, \blitze\content\services\feed $feed, \blitze\content\services\poll $poll, \blitze\content\services\views\views_factory $views_factory, \blitze\content\services\comments\factory $comments_factory)
59 59
 	{
60 60
 		$this->db = $db;
Please login to merge, or discard this patch.
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
 		if (empty($context['FIELD_TYPES']))
@@ -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 ($type === 'html')
Please login to merge, or discard this patch.