Completed
Push — master ( fd9f35...5a1c4e )
by Song
02:36 queued 10s
created
src/Grid/Displayers/Editable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 
185 185
         $options = json_encode($this->options);
186 186
 
187
-        $options = substr($options, 0, -1) . <<<STR
187
+        $options = substr($options, 0, -1).<<<STR
188 188
     ,
189 189
     "success":function(response, newValue){
190 190
         if (response.status){
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
             $attributes = array_merge($attributes, $this->attributes);
214 214
         }
215 215
 
216
-        $attributes = collect($attributes)->map(function ($attribute, $name) {
216
+        $attributes = collect($attributes)->map(function($attribute, $name) {
217 217
             return "$name='$attribute'";
218 218
         })->implode(' ');
219 219
 
Please login to merge, or discard this patch.