Completed
Push — master ( 33a7b0...aefa23 )
by Roberto
03:49
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
 	 *
193 193
 	 * @param   Registry  $params  Optional parameters. Null to use current ones.
194 194
 	 *
195
-	 * @return  Registry
195
+	 * @return  boolean
196 196
 	 */
197 197
 	public function saveParams($params = null)
198 198
 	{
Please login to merge, or discard this patch.