Completed
Push — master ( 3255d6...0a19d7 )
by Kenji
02:12
created
application/tests/_ci_phpunit_test/CIPHPUnitTestDouble.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
 				break;
87 87
 			default:
88 88
 				throw new RuntimeException(
89
-					'Sorry, ' . $count . ' params not implemented yet'
89
+					'Sorry, '.$count.' params not implemented yet'
90 90
 				);
91 91
 		}
92 92
 	}
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
 		if ($constructor_params === false)
49 49
 		{
50 50
 			$mock->disableOriginalConstructor();
51
-		}
52
-		elseif (is_array($constructor_params))
51
+		} elseif (is_array($constructor_params))
53 52
 		{
54 53
 			$mock->setConstructorArgs($constructor_params);
55 54
 		}
Please login to merge, or discard this patch.