Completed
Push — master ( c0bce4...52e213 )
by Kenji
10s
created
application/tests/_ci_phpunit_test/patcher/2.x/Patcher/MethodPatcher.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@  discard block
 block discarded – undo
10 10
 
11 11
 namespace Kenjis\MonkeyPatch\Patcher;
12 12
 
13
-require __DIR__ . '/MethodPatcher/NodeVisitor.php';
14
-require __DIR__ . '/MethodPatcher/PatchManager.php';
13
+require __DIR__.'/MethodPatcher/NodeVisitor.php';
14
+require __DIR__.'/MethodPatcher/PatchManager.php';
15 15
 
16 16
 use LogicException;
17 17
 
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 			{
62 62
 				if ($start_method && $token === '{')
63 63
 				{
64
-					$new_source .= '{ ' . self::CODE;
64
+					$new_source .= '{ '.self::CODE;
65 65
 					$start_method = false;
66 66
 					$replacement['key'] = key(self::$replacement);
67 67
 					$replacement['value'] = current(self::$replacement);
Please login to merge, or discard this patch.
application/tests/_ci_phpunit_test/patcher/3.x/Patcher/MethodPatcher.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@  discard block
 block discarded – undo
10 10
 
11 11
 namespace Kenjis\MonkeyPatch\Patcher;
12 12
 
13
-require __DIR__ . '/MethodPatcher/NodeVisitor.php';
14
-require __DIR__ . '/MethodPatcher/PatchManager.php';
13
+require __DIR__.'/MethodPatcher/NodeVisitor.php';
14
+require __DIR__.'/MethodPatcher/PatchManager.php';
15 15
 
16 16
 use LogicException;
17 17
 
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 			{
62 62
 				if ($start_method && $token === '{')
63 63
 				{
64
-					$new_source .= '{ ' . self::CODE;
64
+					$new_source .= '{ '.self::CODE;
65 65
 					$start_method = false;
66 66
 					$replacement['key'] = key(self::$replacement);
67 67
 					$replacement['value'] = current(self::$replacement);
Please login to merge, or discard this patch.