Passed
Pull Request — master (#8)
by
unknown
02:14
created
admin/jsonadm/src/Admin/JsonAdm/Service/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
         }
138 138
 
139 139
         if( isset( $entry->attributes ) && ( $attr = (array) $entry->attributes ) ) {
140
-            if(isset($attr["service.config"])) {
140
+            if( isset( $attr["service.config"] ) ) {
141 141
                 $attr["service.config"] = (array) $attr["service.config"];
142 142
             }
143 143
             $item = $item->fromArray( $attr, true );
Please login to merge, or discard this patch.