Completed
Pull Request — master (#504)
by
unknown
30s
created
templates/html_report/complexity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
                     <tbody>
76 76
                     <?php
77 77
                     foreach ($this->sharedMetrics->classes as $class) {
78
-                      $classHash = md5($class['name']);
78
+                        $classHash = md5($class['name']);
79 79
                     ?>
80 80
                         <tr>
81 81
                             <td>
Please login to merge, or discard this patch.
src/Hal/Application/Config/File/AbstractConfigFileReader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
     private function resolvePath(string $path): string
84 84
     {
85 85
         if (DIRECTORY_SEPARATOR !== $path[0]) {
86
-             return dirname($this->filename) . DIRECTORY_SEPARATOR . $path;
86
+                return dirname($this->filename) . DIRECTORY_SEPARATOR . $path;
87 87
         }
88 88
         return $path;
89 89
     }
Please login to merge, or discard this patch.