Files
MokoCLI/phpstan.neon
T
Jonathan Miller c0f803dc71
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s
chore: complete namespace cleanup — remove all mokoplatform/MokoStandards/MokoEnterprise refs
390 files: templates, workflows, MCP servers, CLI tools, lib, deploy,
validate, wrappers, configs, docs. Pure find-and-replace.
2026-06-21 01:17:18 -05:00

27 lines
564 B
Plaintext

# 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 mokocli projects
parameters:
level: 6
paths:
- lib
- validate
- automation
- cli
excludePaths:
analyseAndScan:
- vendor
- node_modules (?)
reportUnmatchedIgnoredErrors: false
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
includes:
- phpstan-baseline.neon