Skip to content
Snippets Groups Projects
Select Git revision
  • d0ae395bbb8d323cce2ae3633ab7a59df3025daf
  • main default protected
  • v0.10
  • 0.10.6
  • 0.10.5
  • 0.10.4
  • 0.10.3
  • 0.10.2
  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
12 results

GenericDriverTest.php

Blame
  • phpstan.neon.dist 1.10 KiB
    # Start command: composer update --classmap-authoritative && vendor/bin/phpstan analyze
    
    includes:
        # https://github.com/phpstan/phpstan/blob/master/conf/bleedingEdge.neon
        - vendor/wpdesk/wp-wpdesk-composer/director/vendor/phpstan/phpstan/conf/bleedingEdge.neon
        # - phar://phpstan.phar/conf/bleedingEdge.neon
        - vendor/wpdesk/wp-wpdesk-composer/director/vendor/szepeviktor/phpstan-wordpress/extension.neon
    parameters:
        level: max
        paths:
            - %currentWorkingDirectory%/src/
        autoload_files:
            - %currentWorkingDirectory%/vendor/autoload.php
        excludes_analyse:
            - %currentWorkingDirectory%/src/Plugin/view/
        ignoreErrors:
            - '/PluginTemplateVendor\\WPDesk_Plugin_Info/'
    
    #    autoload_files:
    #        # Missing constants, function and class stubs
    #        - %currentWorkingDirectory%/tests/phpstan/bootstrap.php
    #        # Plugin stubs
    #        - %currentWorkingDirectory%/tests/phpstan/PLUGIN-stubs.php
    #        # Procedural code
    #        - %currentWorkingDirectory%/myplugin-functions.php
    #    autoload_directories:
    #        - %currentWorkingDirectory%/../woocommerce/