<?xml version="1.0"?>
<ruleset name="WP Full Screen Search PHP 5.6 compatibility">

	<config name="testVersion" value="5.6-"/>

	<!--
	Prevent deprecated errors caused by WordPress Coding Standards not supporting PHP 8.0+.
	See https://github.com/WordPress/WordPress-Coding-Standards/issues/2035
	-->
	<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />

	<!-- These files must remain compatible with PHP 5.6 to prevent an unwanted fatal error -->
	<file>./classes/PHP.php</file>
	<file>./class-mantis-wp-utility.php</file>
	<file>./wp-content/db.php</file>

	<rule ref="PHPCompatibilityWP"/>

</ruleset>