mirror of https://github.com/flightphp/core
commit
61db3b2fcc
@ -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
|
||||
watch:
|
||||
directories:
|
||||
- tests
|
||||
- flight
|
||||
fileMask: '*.php'
|
||||
notifications:
|
||||
passingTests: false
|
||||
failingTests: false
|
||||
passingTests: false
|
||||
phpunit:
|
||||
binaryPath: ./vendor/bin/phpunit
|
||||
arguments: '--stop-on-failure'
|
||||
binaryPath: ./vendor/bin/phpunit
|
||||
timeout: 180
|
||||
watch:
|
||||
directories:
|
||||
- tests
|
||||
- flight
|
||||
fileMask: '*.php'
|
||||
|
||||
Loading…
Reference in new issue