i18n-command/tests/phpstan/scan-files.php
Pascal Birchler a52a6add53
Add initial PHPStan config (#486)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-08 14:29:00 +02:00

16 lines
227 B
PHP

<?php
// phpcs:ignoreFile
namespace {
define( 'WP_CLI_VERSION', '2.x.x' );
class Requests_Response {
/** @var bool */
public $success;
/** @var int */
public $status_code;
/** @var string */
public $body;
}
}