PHP Classes

File: vendor/phpdocumentor/reflection-common/phpmd.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/phpdocumentor/reflection-common/phpmd.xml.dist   Download  
File: vendor/phpdocumentor/reflection-common/phpmd.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: 845 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <ruleset name="ProxyManager rules" xmlns="http://pmd.sf.net/ruleset/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd" xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd" > <rule ref="rulesets/codesize.xml"/> <rule ref="rulesets/unusedcode.xml"/> <rule ref="rulesets/design.xml"> <!-- eval is needed to generate runtime classes --> <exclude name="EvalExpression"/> </rule> <rule ref="rulesets/naming.xml"> <exclude name="LongVariable"/> </rule> <rule ref="rulesets/naming.xml/LongVariable"> <properties> <property name="minimum">40</property> </properties> </rule> </ruleset>