PHP Classes

File: vendor/phpdocumentor/type-resolver/phpcs.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/phpdocumentor/type-resolver/phpcs.xml.dist   Download  
File: vendor/phpdocumentor/type-resolver/phpcs.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 967 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <ruleset name="phpDocumentor"> <description>The coding standard for phpDocumentor.</description> <file>src</file> <file>tests/unit</file> <exclude-pattern>*/tests/unit/Types/ContextFactoryTest.php</exclude-pattern> <arg value="p"/> <rule ref="PSR2"> <include-pattern>*\.php</include-pattern> </rule> <rule ref="Doctrine"> <exclude name="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment" /> </rule> <rule ref="Squiz.Classes.ValidClassName.NotCamelCaps"> <exclude-pattern>*/src/*_.php</exclude-pattern> </rule> <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"> <exclude-pattern>*/src/*/Abstract*.php</exclude-pattern> </rule> <rule ref="Generic.Formatting.SpaceAfterNot"> <properties> <property name="spacing" value="0" /> </properties> </rule> </ruleset>