Completed
Pull Request — master (#130)
by
unknown
03:11
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_args)
49 49
 		{
50 50
 			$mock->disableOriginalConstructor();
51
-		}
52
-		elseif (is_array($constructor_args))
51
+		} elseif (is_array($constructor_args))
53 52
 		{
54 53
 			$mock->setConstructorArgs($constructor_args);
55 54
 		}
Please login to merge, or discard this patch.