Passed
Push — develop ( c8d7ff...6557e2 )
by Jens
04:24
created
src/templates/documents/function.renderDocumentBreadcrumb.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
         $pathParts = explode('/', $path);
11 11
         array_shift($pathParts);
12 12
         $pathPartsReconstruction = '';
13
-        $parentPath = substr($path, 0, strrpos( $path, '/'));
13
+        $parentPath = substr($path, 0, strrpos($path, '/'));
14 14
         if ($path !== '/' && substr_count($path, '/') === 1) {
15 15
             $parentPath = '/';
16 16
         }
Please login to merge, or discard this patch.