Fix exclusion of fooProvider errors
parent
d06eb1ec3a
commit
3d9e9ba66f
|
@ -41,14 +41,7 @@ parameters:
|
|||
|
||||
# Ignore some irrelevant errors in test files
|
||||
- '~Method Composer\\Test\\[^:]+::(setUp(BeforeClass)?|tearDown(AfterClass)?|test[^(]+)\(\) has no return typehint specified.~'
|
||||
- '~Method Composer\\Test\\[^:]+::(data\w+|provide\w+|\w+Provider)\(\) has no return typehint specified.~'
|
||||
|
||||
# Level 6 TODO
|
||||
#- '~parameter .*? with no typehint specified.$~'
|
||||
#- '~parameter .*? with no value type specified in iterable type array.$~'
|
||||
#- '~has no return typehint specified.$~'
|
||||
#- '~return type has no value type specified in iterable type array.$~'
|
||||
#- '~ignorePlatformReqs~'
|
||||
- '~Method Composer\\Test\\[^:]+::(data\w+|provide\w+|\w+?Provider)\(\) has no return typehint specified.~'
|
||||
|
||||
bootstrapFiles:
|
||||
- ../tests/bootstrap.php
|
||||
|
|
Loading…
Reference in New Issue