Completed
Push — master ( ea0a0b...641102 )
by Nicola
02:51
created
tests/Bootstrap.php 1 patch
Switch Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 spl_autoload_register(function ($class) {
9 9
     switch ($class) {
10 10
 
11
-    case 'Tocifier':
12
-        require_once __DIR__ . '/../code/Tocifier.php';
13
-        break;
11
+        case 'Tocifier':
12
+            require_once __DIR__ . '/../code/Tocifier.php';
13
+            break;
14 14
     }
15 15
 });
Please login to merge, or discard this patch.