Passed
Push — master ( a9e422...678640 )
by Fabio
05:24
created
framework/Data/SqlMap/DataMapper/TSqlMapTypeHandlerRegistry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 */
95 95
 	public function convertToType($type, $value)
96 96
 	{
97
-		if($type === null) {
97
+		if ($type === null) {
98 98
 			return $value;
99 99
 		}
100 100
 		switch (strtolower($type)) {
Please login to merge, or discard this patch.