Passed
Push — main ( 60fe63...00c5b4 )
by Jonathan
14:54 queued 11:08
created
app/Module/PatronymicLineage/Model/LineageBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.
app/Module/Certificates/Http/RequestHandlers/CertificatePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
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(),
Please login to merge, or discard this patch.