Files
Chamilo/vendor/zendframework/zend-soap/phpcs.xml
2025-08-14 22:41:49 +02:00

11 lines
330 B
XML

<?xml version="1.0"?>
<ruleset name="Zend Framework coding standard">
<rule ref="./vendor/zendframework/zend-coding-standard/ruleset.xml"/>
<!-- Paths to check -->
<file>src</file>
<file>test</file>
<exclude-pattern>*/_files/*</exclude-pattern>
<exclude-pattern>*/TestAsset/*</exclude-pattern>
</ruleset>