@@ -112,7 +112,7 @@ |
||
112 | 112 | $simple = $this->asset->toSimpleArray(); |
113 | 113 | if ($this->operation === self::REMOVE) { |
114 | 114 | if (is_string($simple)) { |
115 | - $simple = [ 'value' => $simple ]; |
|
115 | + $simple = ['value' => $simple]; |
|
116 | 116 | } |
117 | 117 | $simple['action'] = self::REMOVE; |
118 | 118 | } |