https://github.com/owncloud/core
Raw File
Tip revision: 53d41a4129c944f86dba7e3377001e47f9f013a0 authored by ownClouders on 05 April 2024, 00:52:30 UTC
[tx] updated from transifex
Tip revision: 53d41a4
phpstan.neon
parameters:
  bootstrapFiles:
    - %currentWorkingDirectory%/lib/base.php
  excludePaths:
    analyseAndScan:
      - %currentWorkingDirectory%/core/ajax/update.php
      - %currentWorkingDirectory%/apps/*/tests*
      - %currentWorkingDirectory%/settings/templates/*
    analyse:
      - %currentWorkingDirectory%/apps/*/composer/*
      - %currentWorkingDirectory%/apps/*/3rdparty/*
  ignoreErrors:
    # errors below are to be addressed by own pull requests - non trivial changes required
    - '#Instantiated class OCA\\Encryption\\Crypto\\Crypt not found.#'
    - '#Instantiated class OCA\\Encryption\\Util not found.#'
    - '#Instantiated class OCA\\Encryption\\KeyManager not found.#'
    - '#Instantiated class OCA\\Encryption\\Session not found.#'
    - '#Instantiated class OCA\\Encryption\\Recovery not found.#'

back to top