File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 22
33namespace Yajra \DataTables \Exceptions ;
44
5- class Exception extends \Exception
6- {
7- }
5+ class Exception extends \Exception {}
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ class RowProcessor
1010 /**
1111 * @param array|object $row
1212 */
13- public function __construct (protected array $ data , protected $ row )
14- {
15- }
13+ public function __construct (protected array $ data , protected $ row ) {}
1614
1715 /**
1816 * Process DT RowId and Class value.
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ class Config
99 /**
1010 * Config constructor.
1111 */
12- public function __construct (private readonly Repository $ repository )
13- {
14- }
12+ public function __construct (private readonly Repository $ repository ) {}
1513
1614 /**
1715 * Check if config uses wild card search.
Original file line number Diff line number Diff line change 88
99class DateFormatter implements Formatter
1010{
11- public function __construct (public string $ format = 'Y-m-d h:i a ' )
12- {
13- }
11+ public function __construct (public string $ format = 'Y-m-d h:i a ' ) {}
1412
1513 public function format ($ value , $ row ): string
1614 {
You can’t perform that action at this time.
0 commit comments