@@ -100,7 +100,7 @@ |
||
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; |