File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -234,26 +234,26 @@ public function dataParameters(): array
234
234
__DIR__ . '/exclude-paths/full.neon ' ,
235
235
[
236
236
'excludePaths ' => [
237
- 'analyse ' => [
238
- __DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test ' ,
239
- ],
240
237
'analyseAndScan ' => [
241
238
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test2 ' ,
242
239
],
240
+ 'analyse ' => [
241
+ __DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test ' ,
242
+ ],
243
243
],
244
244
],
245
245
],
246
246
[
247
247
__DIR__ . '/exclude-paths/including.neon ' ,
248
248
[
249
249
'excludePaths ' => [
250
+ 'analyseAndScan ' => [
251
+ __DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test3 ' ,
252
+ ],
250
253
'analyse ' => [
251
254
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test ' ,
252
255
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test2 ' ,
253
256
],
254
- 'analyseAndScan ' => [
255
- __DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths ' . DIRECTORY_SEPARATOR . 'test3 ' ,
256
- ],
257
257
],
258
258
],
259
259
],
You can’t perform that action at this time.
0 commit comments