├── LICENSE ├── Plugin.php ├── composer.json ├── stubs ├── globals.php └── overrides.php └── test.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/LICENSE -------------------------------------------------------------------------------- /Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/Plugin.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/composer.json -------------------------------------------------------------------------------- /stubs/globals.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/stubs/globals.php -------------------------------------------------------------------------------- /stubs/overrides.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/stubs/overrides.php -------------------------------------------------------------------------------- /test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psalm/psalm-plugin-wordpress/HEAD/test.php --------------------------------------------------------------------------------