@@ -102,7 +102,7 @@ |
||
| 102 | 102 | return $this; |
| 103 | 103 | } |
| 104 | 104 | |
| 105 | - public function getConfigs(bool $decode = false): string|array |
|
| 105 | + public function getConfigs(bool $decode = false): string | array |
|
| 106 | 106 | { |
| 107 | 107 | // Ensure we're decoding a string, even if it was temporarily an array internally |
| 108 | 108 | $configString = is_array($this->configs) ? json_encode($this->configs) : $this->configs; |