Completed
Pull Request — master (#3709)
by
unknown
02:22
created
src/Grid/Displayers/Editable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
 
179 179
         $options = json_encode($this->options);
180 180
 
181
-        $options = substr($options, 0, -1) . <<<STR
181
+        $options = substr($options, 0, -1).<<<STR
182 182
 ,
183 183
 "success":function(response, newValue){
184 184
     if (response.status){
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
             $attributes = array_merge($attributes, $this->attributes);
216 216
         }
217 217
 
218
-        $attributes = collect($attributes)->map(function ($attribute, $name) {
218
+        $attributes = collect($attributes)->map(function($attribute, $name) {
219 219
             return "$name='$attribute'";
220 220
         })->implode(' ');
221 221
 
Please login to merge, or discard this patch.