File tree Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Expand file tree Collapse file tree 3 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 1- enabled :
2- - concat_with_spaces
3- - logical_not_operators_with_successor_space
4- disabled :
5- - align_double_arrow
6- - concat_without_spaces
7- - post_increment
8- - new_with_braces
9- finder :
10- exclude :
11- - " tests"
12- name :
13- - " *.php"
1+ php :
2+ preset : laravel
Original file line number Diff line number Diff line change 1010
1111class Post extends Model
1212{
13- use HasMorphManyEvents,
14- HasMorphToManyEvents;
13+ use HasMorphManyEvents;
14+ use HasMorphToManyEvents;
1515
1616 protected $ guarded = [];
1717
Original file line number Diff line number Diff line change 1212
1313class User extends Model
1414{
15- use HasOneEvents,
16- HasManyEvents,
17- HasMorphOneEvents,
18- HasBelongsToManyEvents;
15+ use HasOneEvents;
16+ use HasManyEvents;
17+ use HasMorphOneEvents;
18+ use HasBelongsToManyEvents;
1919
2020 public static function setupTable ()
2121 {
You can’t perform that action at this time.
0 commit comments