Completed
Push — master ( 9b4fee...06d088 )
by Roberto
04:44 queued 01:27
created
src/Component/Component.php 2 patches
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.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -197,8 +197,7 @@
 block discarded – undo
197 197
 		try
198 198
 		{
199 199
 			\JTable::addIncludePath($this->getTablesFolder());
200
-		}
201
-		catch (\Exception $e)
200
+		} catch (\Exception $e)
202 201
 		{
203 202
 			// There are models with no associated tables
204 203
 		}
Please login to merge, or discard this patch.