Passed
Push — master ( dbf763...4fe542 )
by Karel
12:58
created
src/Models/Module.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,15 +28,15 @@
 block discarded – undo
28 28
 
29 29
     public function getSettingsAttribute()
30 30
     {
31
-        if(array_key_exists('settings', $this->json)) {
31
+        if (array_key_exists('settings', $this->json)) {
32 32
             return $this->json['settings'];
33 33
         }
34 34
         
35
-        if(!array_key_exists('admin', $this->json)) {
35
+        if (!array_key_exists('admin', $this->json)) {
36 36
             return array();
37 37
         }
38 38
 
39
-        if(!array_key_exists('settings', $this->json['admin'])) {
39
+        if (!array_key_exists('settings', $this->json['admin'])) {
40 40
             return array();
41 41
         }
42 42
 
Please login to merge, or discard this patch.