mirror of https://github.com/flightphp/core
commit
68f0942127
@ -0,0 +1,7 @@
|
|||||||
|
parameters:
|
||||||
|
ignoreErrors:
|
||||||
|
-
|
||||||
|
rawMessage: 'Method flight\core\Dispatcher::parseStringClassAndMethod() should return array{class-string|object, string} but returns non-empty-list<string>.'
|
||||||
|
identifier: return.type
|
||||||
|
count: 1
|
||||||
|
path: flight/core/Dispatcher.php
|
||||||
@ -1,13 +1,13 @@
|
|||||||
hideManual: true
|
hideManual: true
|
||||||
watch:
|
|
||||||
directories:
|
|
||||||
- tests
|
|
||||||
- flight
|
|
||||||
fileMask: '*.php'
|
|
||||||
notifications:
|
notifications:
|
||||||
passingTests: false
|
|
||||||
failingTests: false
|
failingTests: false
|
||||||
|
passingTests: false
|
||||||
phpunit:
|
phpunit:
|
||||||
binaryPath: ./vendor/bin/phpunit
|
|
||||||
arguments: '--stop-on-failure'
|
arguments: '--stop-on-failure'
|
||||||
|
binaryPath: ./vendor/bin/phpunit
|
||||||
timeout: 180
|
timeout: 180
|
||||||
|
watch:
|
||||||
|
directories:
|
||||||
|
- tests
|
||||||
|
- flight
|
||||||
|
fileMask: '*.php'
|
||||||
|
|||||||
Loading…
Reference in new issue