phpstan.tests.neon 216 B

123456
  1. parameters:
  2. ignoreErrors:
  3. - '#::__construct\(\) does not call parent constructor from#'
  4. # dynamic properties confuse static analysis
  5. - '#Access to an undefined property object::\$foo\.#'