Skip to content
Snippets Groups Projects
Select Git revision
  • f238fdba7131d44143e5b9d427a9b19eca2da267
  • main default protected
  • v0.3.14
  • v0.3.13
  • v0.3.12
  • v0.3.11
  • v0.3.10
  • v0.3.9
  • v0.3.8
  • v0.3.7
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
  • v0.1.1
22 results

phpstan.neon

Blame
  • phpstan.neon 339 B
    includes:
        - vendor/phpstan/phpstan-phpunit/extension.neon
    
    parameters:
        inferPrivatePropertyTypeFromConstructor: true
        level: 3
        paths:
            - src
            - tests
        excludePaths:
            - tests/bootstrap.php
        ignoreErrors:
            - message: '#.*NodeDefinition::children.*#'
              path: ./src/DependencyInjection