mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-18 03:01:08 +00:00
15 lines
599 B
XML
15 lines
599 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PSR2Modified">
|
|
<rule ref="PSR2">
|
|
<exclude name="Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma" />
|
|
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
|
|
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine" />
|
|
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.UseOneParamPerLine" />
|
|
</rule>
|
|
|
|
<!-- Disable "No PHP code was found in this file" for symlinks. -->
|
|
<rule ref="Internal.NoCodeFound">
|
|
<severity>0</severity>
|
|
</rule>
|
|
</ruleset>
|