# boxzilla/3.4.7/phpcs.xml.dist

Boxzilla – WordPress Popup Builder, version 3.4.7. 14 lines.

- Page: https://pluginprobe.com/plugins/boxzilla/3.4.7/code/phpcs.xml.dist
- Raw: https://pluginprobe.com/plugins/boxzilla/3.4.7/raw/phpcs.xml.dist
- Modified: 2026-03-09T08:08:28+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/boxzilla/3.4.7/code/phpcs.xml.dist#L10-L20`.

```
<?xml version="1.0"?>
<ruleset name="rules">
	<description>rules</description>
	<arg name="colors"/>
	<file>src/</file>
	<file>boxzilla.php</file>
	<exclude-pattern>*\.(html|css|js)</exclude-pattern>
	<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/>
	<rule ref="PSR12">
		<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" />
		<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
	</rule>
</ruleset>

```
