Passed
Push — develop ( 6557e2...c196cd )
by Jens
05:24 queued 02:30
created
src/templates/documents.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -46,11 +46,11 @@
 block discarded – undo
46 46
         <?php renderDocumentBreadcrumb($path) ?>
47 47
     </tr>
48 48
       <?php
49
-      $parentPath = substr($path, 0, strrpos( $path, '/'));
50
-      if ($path !== '/' && substr_count($path, '/') === 1) {
51
-          $parentPath = '/';
52
-      }
53
-      if (!empty($parentPath)) : ?>
49
+        $parentPath = substr($path, 0, strrpos( $path, '/'));
50
+        if ($path !== '/' && substr_count($path, '/') === 1) {
51
+            $parentPath = '/';
52
+        }
53
+        if (!empty($parentPath)) : ?>
54 54
         <tr>
55 55
           <td class="icon" title="folder">
56 56
             <i class="fa fa-folder-o"></i>
Please login to merge, or discard this patch.