phpstan ignore config.php

This commit is contained in:
Xu 2024-05-23 21:15:57 +02:00 committed by Igor Scheller
parent 833af4c62e
commit 3fb5120142
1 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,8 @@ parameters:
- tests - tests
scanDirectories: scanDirectories:
- includes - includes
ignoreErrors:
-
message: '#.*#'
path: config/config.php
reportUnmatched: false