徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
817 B

parameters:
level: 6
paths:
- src
- tests
bootstrapFiles:
- vendor/autoload.php
excludePaths:
- vendor
treatPhpDocTypesAsCertain: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- '#Unsafe usage of new static\(\).+#'
- '#Method \S+ return type has no value type specified in iterable type array.#'
- '#Method \S+ has parameter \S+ with no value type specified in iterable type array.#'
- '#Property \S+ type has no value type specified in iterable type array.#'
- '#Access to an undefined property Workerman\\Connection\\TcpConnection::\$__request.#'
-
message: '#Method \S+ has no return typehint specified.#'
paths:
- tests/unit/**Test.php