# Magic behaviour with __get, __set, __call and __callStatic is not exactly static analyser-friendly :) # Fortunately, You can ingore it by the following config. # parameters: bootstrap: "bootstrap.php" ignoreErrors: - "#will always evaluate to false#" - "#Result of && is always false.#" excludes_analyse: - %currentWorkingDirectory%/src/*/tests/*