# Static Analysis Receipt

Run from `/home/user/Projects/Press.zone/wordpress/wp-content/plugins/international-press-zone` on 2026-08-05.

## Preceding commits

- `23b4b5b9` — Add PHPCS ruleset scoped to plugin source
- `fc74e12b` — Add PHPStan config with WordPress stubs
- `75970b55` — Add WPCS and PHPStan WordPress extension as dev dependencies

## PHPCS

Installed coding standards:

`MySource`, `PEAR`, `PSR1`, `PSR2`, `PSR12`, `Squiz`, `Zend`, `Modernize`, `NormalizedArrays`, `Universal`, `PHPCSUtils`, `WordPress`, `WordPress-Core`, `WordPress-Docs`, `WordPress-Extra`

`vendor/bin/phpcs --report=summary` completed with:

- Errors: **92,895**
- Warnings: **6,001**

## PHPStan

`vendor/bin/phpstan analyse --no-progress` completed using level **5** and reported **313 residual errors**.

The diagnostic `Function __ not found` **does not appear** in the PHPStan output.
