Completed
Push — master ( 92c84d...185c80 )
by Philippe
02:31
created
src/NodeTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     {
131 131
         // cannot move into self tree
132 132
         $status = $this->canMove($fromPath, $toPath);
133
-        if($status === true) {
133
+        if ($status === true) {
134 134
             $fromMatrix = Helper::convertPathToMatrix($fromPath);
135 135
             $toMatrix = Helper::convertPathToMatrix($toPath);
136 136
             $moveMatrix = Helper::buildMoveMatrix($fromMatrix, $toMatrix, $bump);
Please login to merge, or discard this patch.