# update-control/trunk/phpcs.xml

Update Control, version trunk. 24 lines.

- Page: https://pluginprobe.com/plugins/update-control/trunk/code/phpcs.xml
- Raw: https://pluginprobe.com/plugins/update-control/trunk/raw/phpcs.xml
- Modified: 2026-06-16T00:22:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/update-control/trunk/code/phpcs.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<ruleset name="update-control">
	<description>WPCS config for update-control.</description>

	<file>./</file>

	<exclude-pattern>*/vendor/*</exclude-pattern>
	<exclude-pattern>*/node_modules/*</exclude-pattern>

	<rule ref="WordPress-Extra"/>
	<rule ref="WordPress-Docs"/>

	<rule ref="WordPress.Files.FileName.InvalidClassFileName">
		<exclude-pattern>update-control.php</exclude-pattern>
	</rule>

	<config name="minimum_supported_wp_version" value="6.0"/>
	<config name="testVersion" value="7.4-"/>

	<arg value="ps"/>
	<arg name="colors"/>
	<arg name="extensions" value="php"/>
</ruleset>

```
