1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-18 10:51:19 +02:00

Migrate to GH actions, add phpstan

This commit is contained in:
Jordi Boggiano
2020-12-09 13:49:22 +01:00
parent 1817faadd1
commit 279cf6a900
17 changed files with 183 additions and 54 deletions

16
phpstan.neon.dist Normal file
View File

@@ -0,0 +1,16 @@
parameters:
level: 3
paths:
- src/
# - tests/
ignoreErrors:
- '#zend_monitor_|ZEND_MONITOR_#'
- '#RollbarNotifier#'
- '#Predis\\Client#'
- '#^Cannot call method ltrim\(\) on int\|false.$#'
- '#^Access to an undefined property Raven_Client::\$context.$#'
- '#MongoDB\\(Client|Collection)#'
- '#Gelf\\IMessagePublisher#'