phpstan.neon 1.0 KB

123456789101112131415161718192021
  1. parameters:
  2. level: 6
  3. reportUnmatchedIgnoredErrors: true
  4. inferPrivatePropertyTypeFromConstructor: true
  5. ignoreErrors:
  6. - identifier: missingType.iterableValue
  7. - identifier: missingType.return
  8. - identifier: missingType.parameter
  9. - identifier: missingType.generics
  10. - identifier: missingType.property
  11. path: src\Tools\Globals.php
  12. - identifier: return.type
  13. path: camel\BaseDTOCollection.php
  14. - identifier: argument.templateType
  15. - '#Call to an undefined method ReflectionType::getName\(\).#'
  16. - '#Call to an undefined method Illuminate\\Contracts\\Foundation\\Application::forgetInstance\(\)#'
  17. - '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
  18. - '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
  19. - '#Unsafe usage of new static#'
  20. - '#Dead catch#'
  21. - '/Access to an undefined property Knuckles\\Scribe\\Extracting\\Shared\\ResponseFieldTools::\$config./'