Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456789101112131415 |
- parameters:
- checkMissingIterableValueType: false
-
- ignoreErrors:
- - '#Call to an undefined method DateTimeInterface::add\(\)#'
- - '#Call to an undefined method DateTimeInterface::modify\(\)#'
- - '#Call to an undefined method DateTimeInterface::setDate\(\)#'
- - '#Call to an undefined method DateTimeInterface::setTime\(\)#'
- - '#Call to an undefined method DateTimeInterface::setTimezone\(\)#'
- - '#Call to an undefined method DateTimeInterface::sub\(\)#'
-
- level: max
-
- paths:
- - src/
|