Passed
Push — master ( 354cb3...72815c )
by Jens
03:33
created
src/templates/documents.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         <?php renderDocumentBreadcrumb($path) ?>
47 47
     </tr>
48 48
       <?php
49
-      $parentPath = substr($path, 0, strrpos( $path, '/'));
49
+      $parentPath = substr($path, 0, strrpos($path, '/'));
50 50
       if ($path !== '/' && substr_count($path, '/') === 1) {
51 51
           $parentPath = '/';
52 52
       }
Please login to merge, or discard this patch.