1
0
mirror of synced 2025-02-02 21:41:45 +03:00
doctrine2/phpstan.neon

8 lines
219 B
Plaintext
Raw Normal View History

2017-05-14 23:31:15 +02:00
parameters:
2017-06-29 23:10:36 +02:00
earlyTerminatingMethodCalls:
Doctrine\ORM\Query\Parser:
- syntaxError
2017-05-14 23:31:15 +02:00
ignoreErrors:
# Memcache does not exist on PHP 7
- '#Instantiated class Memcache not found#'