mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
bf9c351bb7
9ec3967a5b
Restore paratest (#3335)
23 lines
543 B
YAML
23 lines
543 B
YAML
parameters:
|
|
level: 8
|
|
|
|
paths:
|
|
- src
|
|
- tests
|
|
|
|
excludePaths:
|
|
- '*/tests/**/Source/*'
|
|
- '*/tests/**/Fixture/*'
|
|
|
|
unused_public:
|
|
methods: true
|
|
properties: true
|
|
constants: true
|
|
|
|
ignoreErrors:
|
|
-
|
|
message: '#Parameter \#2 \$length of function array_chunk expects int<1, max>, int given#'
|
|
path: src/ScheduleFactory.php
|
|
|
|
- '#Parameter \#1 \$stream of function (rewind|stream_get_contents|fclose) expects resource, resource\|null given#'
|