Skip to content
Snippets Groups Projects
Select Git revision
  • 9eb7deee7fa890845bae14f047a83fd9d80fdf28
  • main default
  • keycloak-deprecate
  • remove-jwt-easy
  • ci-update
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
21 results

phpstan.neon

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