You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
339 B

5 years ago
  1. # Magic behaviour with __get, __set, __call and __callStatic is not exactly static analyser-friendly :)
  2. # Fortunately, You can ingore it by the following config.
  3. #
  4. # vendor/bin/phpstan analyse app --memory-limit 200M -l 0
  5. #
  6. parameters:
  7. ignoreErrors:
  8. # - '#Static call to instance method Hyperf\\DbConnection\\Db::[a-zA-Z0-9\\_]+\(\)#'