Completed
Pull Request — master (#320)
by Kenji
02:32
created
application/tests/_ci_phpunit_test/patcher/2.x/MonkeyPatchManager.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@  discard block
 block discarded – undo
40 40
 		'ConstantPatcher',
41 41
 	];
42 42
 
43
+	/**
44
+	 * @param string $message
45
+	 */
43 46
 	public static function log($message)
44 47
 	{
45 48
 		if (! self::$debug)
@@ -224,6 +227,9 @@  discard block
 block discarded – undo
224 227
 		}
225 228
 	}
226 229
 
230
+	/**
231
+	 * @param string $patcher
232
+	 */
227 233
 	public static function isEnabled($patcher)
228 234
 	{
229 235
 		return in_array($patcher, self::$patcher_list);
@@ -316,6 +322,9 @@  discard block
 block discarded – undo
316 322
 		self::$load_patchers = true;
317 323
 	}
318 324
 
325
+	/**
326
+	 * @param string $source
327
+	 */
319 328
 	protected static function execPatchers($source)
320 329
 	{
321 330
 		$patched = false;
Please login to merge, or discard this patch.
application/tests/_ci_phpunit_test/patcher/3.x/MonkeyPatchManager.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@  discard block
 block discarded – undo
40 40
 		'ConstantPatcher',
41 41
 	];
42 42
 
43
+	/**
44
+	 * @param string $message
45
+	 */
43 46
 	public static function log($message)
44 47
 	{
45 48
 		if (! self::$debug)
@@ -224,6 +227,9 @@  discard block
 block discarded – undo
224 227
 		}
225 228
 	}
226 229
 
230
+	/**
231
+	 * @param string $patcher
232
+	 */
227 233
 	public static function isEnabled($patcher)
228 234
 	{
229 235
 		return in_array($patcher, self::$patcher_list);
@@ -316,6 +322,9 @@  discard block
 block discarded – undo
316 322
 		self::$load_patchers = true;
317 323
 	}
318 324
 
325
+	/**
326
+	 * @param string $source
327
+	 */
319 328
 	protected static function execPatchers($source)
320 329
 	{
321 330
 		$patched = false;
Please login to merge, or discard this patch.
application/tests/_ci_phpunit_test/patcher/4.x/MonkeyPatchManager.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@  discard block
 block discarded – undo
40 40
 		'ConstantPatcher',
41 41
 	];
42 42
 
43
+	/**
44
+	 * @param string $message
45
+	 */
43 46
 	public static function log($message)
44 47
 	{
45 48
 		if (! self::$debug)
@@ -224,6 +227,9 @@  discard block
 block discarded – undo
224 227
 		}
225 228
 	}
226 229
 
230
+	/**
231
+	 * @param string $patcher
232
+	 */
227 233
 	public static function isEnabled($patcher)
228 234
 	{
229 235
 		return in_array($patcher, self::$patcher_list);
@@ -316,6 +322,9 @@  discard block
 block discarded – undo
316 322
 		self::$load_patchers = true;
317 323
 	}
318 324
 
325
+	/**
326
+	 * @param string $source
327
+	 */
319 328
 	protected static function execPatchers($source)
320 329
 	{
321 330
 		$patched = false;
Please login to merge, or discard this patch.