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