Files
MokoCLI/phpstan.neon
T
Jonathan Miller 32776720bd chore: complete namespace cleanup — remove all mokoplatform/MokoStandards/MokoEnterprise refs
Sweep 391 files across templates, workflows, MCP servers, CLI tools,
lib, deploy, validate, wrappers, configs, and docs. All references to
mokoplatform, moko-platform, MokoStandards, MokoStandards-API, and
MokoEnterprise replaced with mokocli/MokoCli. Also renamed
moko-platform.sublime-project → mokocli.sublime-project and fixed
composer.json description.
2026-06-21 00:54:40 -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