@@ -130,7 +130,7 @@ |
||
| 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); |