<?xml version="1.0"?>
<ruleset name="PHP_CodeSniffer">
	<description>Coding standard for SMS API integration.</description>
	<file>src</file>
	<arg value="np"/>
	<rule ref="PSR2"/>
	<rule ref="Squiz.Commenting.FunctionComment" />
	<rule ref="Squiz.Commenting.FunctionCommentThrowTag" />
	<rule ref="Squiz.Commenting.ClassComment" />
	<rule ref="Squiz.PHP.ForbiddenFunctions">
		<properties>
			<property name="forbiddenFunctions" type="array" value="eval=>NULL,dd=>NULL,die=>NULL,var_dump=>NULL,sizeof=>count,delete=>unset,print=>echo,create_function=>NULL"/>
		</properties>
	</rule>
</ruleset>
