Test Failed
Push — master ( 7a3064...2e6e31 )
by Roberto
02:45
created
src/Component/Component.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Joomla\Registry\Registry;
12 12
 use Phproberto\Joomla\Traits;
13
-use Phproberto\Joomla\Helper\ComponentHelper;
14 13
 
15 14
 defined('JPATH_PLATFORM') || die;
16 15
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
 		if (null === $this->prefix)
116 116
 		{
117 117
 			$parts = array_map(
118
-				function ($part)
118
+				function($part)
119 119
 				{
120 120
 					return ucfirst(strtolower($part));
121 121
 				},
Please login to merge, or discard this patch.