Passed
Push — master ( dcbfe5...845222 )
by Luiz Kim
03:01 queued 39s
created
src/Entity/DeviceConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.