phpstan.src.neon.dist 233 B

123456
  1. parameters:
  2. level: max
  3. ignoreErrors:
  4. - '#Unable to resolve the template type#'
  5. - '#Anonymous function should have native return typehint ".+".#'
  6. - '#Only booleans are allowed in a negated boolean, int\|false given.#'