diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-07 11:28:45 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2025-02-07 11:28:45 +0000 |
| commit | b6fe480a1f11a7fe260c7a3a04c9c0cbfff3ef90 (patch) | |
| tree | e90d9c8732331fb2cfc2d799a12bb48be4417942 /phpstan.neon.dist | |
| parent | 3936a9f38c5c566b9bce20b2a11a1513d2f5d8bb (diff) | |
add zorac/phpstan-php-di to phpstan configuration so that phpstan will not stumble upon seeminly uninitialized properties, re #5214
Merge request studip/studip!3916
Diffstat (limited to 'phpstan.neon.dist')
| -rw-r--r-- | phpstan.neon.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 4576401..f95ee2d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -20,3 +20,6 @@ parameters: - message: '#Unsafe usage of new static\(\)\.#' path: lib/classes/SimpleORMap.php + +includes: + - ./composer/zorac/phpstan-php-di/extension.neon |
