Skip to content
Snippets Groups Projects
phpstan.neon 755 B
Newer Older
  • Learn to ignore specific revisions
  • parameters:
        tmpDir: build/phpstan
    
        checkGenericClassInNonGenericObjectType: false
    
            - vendor/codeigniter4/framework/system/Test/bootstrap.php
    
            - app/Libraries/Router.php
            - app/Views/*
    
        dynamicConstantNames:
            - APP_NAMESPACE
            - CI_DEBUG
            - ENVIRONMENT
            - SODIUM_LIBRARY_VERSION
    
            - '#^Access to an undefined property Modules\\Media\\Entities\\Image#'
    
            - '#^Call to an undefined method CodeIgniter\\Cache\\CacheInterface\:\:deleteMatching\(\)#'