Completed
Push — master ( 382be2...94943b )
by Nicola
06:00
created
code/Tocifier.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
         $body = $doc->getElementsByTagName('body')->item(0);
91 91
         $this->_html = str_replace(array('<body>', '</body>'), '',
92
-                                   $doc->saveHTML($body));
92
+                                    $doc->saveHTML($body));
93 93
     }
94 94
 
95 95
     private function _dumpBranch($node, $indent = '')
Please login to merge, or discard this patch.
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.