File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ root = true
2
+
3
+ [* ]
4
+ charset = utf-8
5
+ end_of_line = lf
6
+ insert_final_newline = true
7
+ indent_style = space
8
+ indent_size = 4
9
+ trim_trailing_whitespace = true
10
+
11
+ [* .md ]
12
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 51
51
run : |
52
52
composer create-project --prefer-dist laravel/lumen:${{ matrix.lumen }} --no-progress sample
53
53
cd sample
54
+ composer config minimum-stability dev
54
55
composer update --prefer-stable --prefer-dist --no-progress
55
56
- name : Add package from source
56
57
run : |
@@ -105,6 +106,7 @@ jobs:
105
106
run : |
106
107
composer create-project --prefer-dist laravel/laravel:${{ matrix.laravel }} --no-progress sample
107
108
cd sample
109
+ composer config minimum-stability dev
108
110
composer update --prefer-stable --prefer-dist --no-progress
109
111
- name : Add package from source
110
112
run : |
Original file line number Diff line number Diff line change 52
52
}
53
53
},
54
54
"scripts" : {
55
- "check-style" : " phpcs -p --standard=PSR12 config/ src/ tests/" ,
56
- "fix-style" : " phpcbf -p --standard=PSR12 config/ src/ tests/" ,
55
+ "check-style" : " phpcs -p --standard=PSR12 config/ src/ tests/ --ignore=src/Resources/* " ,
56
+ "fix-style" : " phpcbf -p --standard=PSR12 config/ src/ tests/ --ignore=src/Resources* " ,
57
57
"test" : " phpunit"
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ public function collect()
545
545
'params ' => [
546
546
'Virtual Machine Instructions ' => $ vmi ,
547
547
]
548
- ];
548
+ ];
549
549
} else {
550
550
foreach ($ query ['explain ' ] as $ explain ) {
551
551
$ statements [] = [
You can’t perform that action at this time.
0 commit comments