forked from diablomedia/zf1-filter-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
17 lines (17 loc) · 972 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
checkMissingIterableValueType: false
level: 7
paths:
- ./
excludePaths:
- %rootDir%/../../../vendor/*
- %rootDir%/../../../tests/*
ignoreErrors:
- '#Method Zend_Filter_Input::_getFilter\(\) should return Zend_Filter_Interface but returns Zend_Filter_Interface\|Zend_Validate_Interface\.#'
- '#Method Zend_Filter_Input::_getValidator\(\) should return Zend_Validate_Interface but returns Zend_Filter_Interface\|Zend_Validate_Interface\.#'
-
message: '#Method Zend_Filter_Input::_getFilterOrValidator\(\) should return Zend_Filter_Interface\|Zend_Validate_Interface but returns object\.#'
path: %currentWorkingDirectory%/src/Zend/Filter/Input.php
-
message: '#Parameter \#1 \$(argument|objectOrClass) of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given\.#'
path: './src/Zend/Filter/Input.php'