Passed
Push — master ( 04ba5a...63d890 )
by Loban
32:01 queued 29:11
created
src/module/models/ActivityLogViewModel.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 [];
101 101
     }
102 102
 
103
-    protected function getAttributeFormat(string $attribute): string|null|\Closure
103
+    protected function getAttributeFormat(string $attribute): string | null | \Closure
104 104
     {
105 105
         $formats = $this->getEntityAttributeFormats();
106 106
         return $formats[$attribute] ?? null;
Please login to merge, or discard this patch.