Passed
Push — master ( 95ec1e...702df7 )
by Petr
02:32
created
php-src/Processing/Storage/Dirs/CanDirFlat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
                         0,
76 76
                         ITypes::TYPE_DIR
77 77
                     );
78
-                } elseif ($this->isNode($this->getStorageSeparator(). $currentPath)) {
78
+                } elseif ($this->isNode($this->getStorageSeparator() . $currentPath)) {
79 79
                     $sub->setData(
80 80
                         $this->expandName($usePath),
81 81
                         0,
Please login to merge, or discard this patch.