Completed
Pull Request — master (#161)
by Kenji
02:26
created
application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -103,11 +103,11 @@
 block discarded – undo
103 103
 	}
104 104
 
105 105
 		/**
106
-	 * Create a library instance
107
-	 *
108
-	 * @param string $classname
109
-	 * @return object
110
-	 */
106
+		 * Create a library instance
107
+		 *
108
+		 * @param string $classname
109
+		 * @return object
110
+		 */
111 111
 	public function newLibrary($classname)
112 112
 	{
113 113
 		$classname = strtolower($classname);
Please login to merge, or discard this patch.