@@ -101,7 +101,7 @@ |
||
| 101 | 101 | } |
| 102 | 102 | } |
| 103 | 103 | |
| 104 | - return $root_lineages->sort(function (LineageRootNode $a, LineageRootNode $b) { |
|
| 104 | + return $root_lineages->sort(function(LineageRootNode $a, LineageRootNode $b) { |
|
| 105 | 105 | if ($a->numberChildNodes() === $b->numberChildNodes()) { |
| 106 | 106 | return 0; |
| 107 | 107 | } |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | return Registry::responseFactory()->redirect(TreePage::class, ['tree' => $tree->name()]); |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | - return $this->viewResponse($this->module->name() . '::certificate-page', [ |
|
| 103 | + return $this->viewResponse($this->module->name().'::certificate-page', [ |
|
| 104 | 104 | 'title' => I18N::translate('Certificate - %s', $certificate->name()), |
| 105 | 105 | 'tree' => $tree, |
| 106 | 106 | 'module_name' => $this->module->name(), |