scim-server-php/phpcs.xml
Julien Schneider 693b732bd2 Publish first version of scim-server-php
- SCIM 2.0 server core library
- Postfix Admin SCIM API
- Mock SCIM server
2022-07-01 11:38:20 +02:00

11 lines
402 B
XML

<?xml version="1.0"?>
<ruleset name="Audriga Standard" namespace="Audriga\CS\Standard">
<description>The coding standard for audriga.</description>
<!--<config name="php_version" value="70033"/>-->
<!-- Include the whole PSR12 standard -->
<rule ref="PSR12">
<!-- This does not seem to care that we set PHP 7 above -->
<exclude name="PSR12.Properties.ConstantVisibility"/>
</rule>
</ruleset>