File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 22
33namespace CleaniqueCoders \LaravelDbDoc \Data ;
44
5- class Column
6- {
7- }
5+ class Column {}
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ class Schema
66{
77 protected array $ collections ;
88
9- public function __construct (protected $ tables , protected $ schema )
10- {
11- }
9+ public function __construct (protected $ tables , protected $ schema ) {}
1210
1311 public static function make ($ tables , $ schema )
1412 {
Original file line number Diff line number Diff line change 22
33namespace CleaniqueCoders \LaravelDbDoc \Data ;
44
5- class Table
6- {
7- }
5+ class Table {}
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ abstract class AbstractPresenter implements Presenter
1212
1313 abstract public function getContents ();
1414
15- public function __construct (protected array $ contents )
16- {
17- }
15+ public function __construct (protected array $ contents ) {}
1816
1917 public function getDisk ()
2018 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function __destruct()
3232
3333 public static function make ()
3434 {
35- return new self () ;
35+ return new self ;
3636 }
3737
3838 public function process ()
You can’t perform that action at this time.
0 commit comments