Files
MokoCLI/phpstan.neon
T

28 lines
721 B
Plaintext
Raw 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: 2
paths:
- lib
- validate
- automation
- cli
excludePaths:
analyseAndScan:
- vendor
- node_modules (?)
# Legacy CLIApp scripts — need migration to CliFramework
- automation/repo_cleanup.php
- automation/push_files.php
- cli/joomla_release.php
reportUnmatchedIgnoredErrors: false
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true