mirror of
https://github.com/getgrav/grav.git
synced 2025-10-27 00:16:06 +01:00
20 lines
669 B
Plaintext
20 lines
669 B
Plaintext
|
|
includes:
|
||
|
|
#- vendor/phpstan/phpstan-strict-rules/rules.neon
|
||
|
|
parameters:
|
||
|
|
fileExtensions:
|
||
|
|
- php
|
||
|
|
excludes_analyse:
|
||
|
|
- %currentWorkingDirectory%/user/plugins/*/vendor/*
|
||
|
|
- %currentWorkingDirectory%/user/plugins/*/tests/*
|
||
|
|
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
|