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 2
2
3
3
namespace CleaniqueCoders \LaravelDbDoc \Data ;
4
4
5
- class Column
6
- {
7
- }
5
+ class Column {}
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ class Schema
6
6
{
7
7
protected array $ collections ;
8
8
9
- public function __construct (protected $ tables , protected $ schema )
10
- {
11
- }
9
+ public function __construct (protected $ tables , protected $ schema ) {}
12
10
13
11
public static function make ($ tables , $ schema )
14
12
{
Original file line number Diff line number Diff line change 2
2
3
3
namespace CleaniqueCoders \LaravelDbDoc \Data ;
4
4
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
12
12
13
13
abstract public function getContents ();
14
14
15
- public function __construct (protected array $ contents )
16
- {
17
- }
15
+ public function __construct (protected array $ contents ) {}
18
16
19
17
public function getDisk ()
20
18
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function __destruct()
32
32
33
33
public static function make ()
34
34
{
35
- return new self () ;
35
+ return new self ;
36
36
}
37
37
38
38
public function process ()
You can’t perform that action at this time.
0 commit comments