# Copyright (C) 2026 Moko Consulting # # This file is part of a Moko Consulting project. # # SPDX-License-Identifier: GPL-3.0-or-later # PHPStan configuration for moko-platform projects parameters: level: 6 paths: - lib - validate - automation - cli excludePaths: analyseAndScan: - vendor - node_modules (?) reportUnmatchedIgnoredErrors: false checkFunctionNameCase: true checkInternalClassCaseSensitivity: true includes: - phpstan-baseline.neon