@@ -101,7 +101,7 @@ |
||
| 101 | 101 | $this->path = []; |
| 102 | 102 | $this->searchPath($srcIdx, $dstIdx); |
| 103 | 103 | $path = ($withNames) |
| 104 | - ? array_map(function ($v) { |
|
| 104 | + ? array_map(function($v) { |
|
| 105 | 105 | return $this->nodenames[$v]; |
| 106 | 106 | }, $this->path) |
| 107 | 107 | : $this->path; |