phpstan.neon 1.3 KB

12345678910111213141516171819
  1. parameters:
  2. level: 5
  3. reportUnmatchedIgnoredErrors: true
  4. inferPrivatePropertyTypeFromConstructor: true
  5. ignoreErrors:
  6. - '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
  7. - '#Call to an undefined method ReflectionType::getName\(\).#'
  8. - '#.+Dingo.+#'
  9. - '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
  10. - '#Call to an undefined method Illuminate\\Contracts\\Foundation\\Application::forgetInstance\(\)#'
  11. - '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
  12. - '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
  13. - '#Unsafe usage of new static#'
  14. - '#Dead catch#'
  15. - '/Call to an undefined method League\\Flysystem\\Filesystem::deleteDir\(\)./'
  16. - '/Instantiated class League\\Flysystem\\Adapter\\Local not found./'
  17. - '/Parameter #1 \$adapter of class League\\Flysystem\\Filesystem constructor expects League\\Flysystem\\FilesystemAdapter, League\\Flysystem\\Adapter\\Local given./'
  18. - '/Call to method getPathPrefix\(\) on an unknown class League\\Flysystem\\Adapter\\Local/'
  19. - '/Access to an undefined property Knuckles\\Scribe\\Extracting\\Shared\\ResponseFieldTools::\$config./'