mirror of
https://github.com/getgrav/grav.git
synced 2025-11-13 08:45:56 +01:00
24 lines
975 B
Plaintext
24 lines
975 B
Plaintext
includes:
|
|
#- '../../vendor/phpstan/phpstan-strict-rules/rules.neon'
|
|
- '../../vendor/phpstan/phpstan-deprecation-rules/rules.neon'
|
|
parameters:
|
|
fileExtensions:
|
|
- php
|
|
excludes_analyse:
|
|
- %currentWorkingDirectory%/user/plugins/*/vendor/*
|
|
- %currentWorkingDirectory%/user/plugins/*/tests/*
|
|
- %currentWorkingDirectory%/user/plugins/gantry5/src/platforms
|
|
- %currentWorkingDirectory%/user/plugins/gantry5/src/classes/Gantry/Framework/Services/ErrorServiceProvider.php
|
|
bootstrap: tests/phpstan/plugins-bootstrap.php
|
|
reportUnmatchedIgnoredErrors: true
|
|
universalObjectCratesClasses:
|
|
- Grav\Common\Config\Config
|
|
- Grav\Common\Config\Languages
|
|
- Grav\Common\Config\Setup
|
|
- Grav\Common\Data\Data
|
|
- Grav\Common\GPM\Common\Package
|
|
- Grav\Common\GPM\Local\Package
|
|
- Grav\Common\GPM\Remote\Package
|
|
- Grav\Common\Session
|
|
- Gantry\Component\Config\Config
|