Skip to content

Commit b99ba46

Browse files
committed
Cs fixer.
1 parent ae151ba commit b99ba46

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/Html/Editor/Editor.php

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22

33
namespace Yajra\DataTables\Html\Editor;
44

5-
use Illuminate\Contracts\Support\Arrayable;
65
use Illuminate\Support\Arr;
7-
use Illuminate\Support\Fluent;
86
use Illuminate\Support\Str;
7+
use Illuminate\Support\Fluent;
98
use Yajra\DataTables\Html\Editor\Fields\Field;
109

1110
class Editor extends Fluent
1211
{
1312
use HasEvents;
14-
15-
const DISPLAY_LIGHTBOX = 'lightbox';
16-
const DISPLAY_ENVELOPE = 'envelope';
17-
const DISPLAY_BOOTSTRAP = 'bootstrap';
13+
const DISPLAY_LIGHTBOX = 'lightbox';
14+
const DISPLAY_ENVELOPE = 'envelope';
15+
const DISPLAY_BOOTSTRAP = 'bootstrap';
1816
const DISPLAY_FOUNDATION = 'foundation';
19-
const DISPLAY_JQUERYUI = 'jqueryui';
17+
const DISPLAY_JQUERYUI = 'jqueryui';
2018

2119
/**
2220
* Editor constructor.
@@ -202,7 +200,7 @@ public function toArray()
202200
/**
203201
* Convert the fluent instance to JSON.
204202
*
205-
* @param int $options
203+
* @param int $options
206204
* @return string
207205
*/
208206
public function toJson($options = 0)
@@ -211,7 +209,7 @@ public function toJson($options = 0)
211209

212210
unset($parameters['events']);
213211

214-
$values = [];
212+
$values = [];
215213
$replacements = [];
216214

217215
foreach (Arr::dot($parameters) as $key => $value) {

0 commit comments

Comments
 (0)