Files
moko-platform/phpstan.neon
T

27 lines
570 B
Plaintext
Raw Permalink Normal View History

# Copyright (C) 2026 Moko Consulting <hello@mokoconsulting.tech>
#
# 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