1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <ruleset name =" pcsg-generated-ruleset" >
3+ <description >Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/
4+ </description >
5+ <rule ref =" Generic.Classes.DuplicateClassName" />
6+ <rule ref =" Generic.CodeAnalysis.EmptyStatement" />
7+ <rule ref =" Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" />
8+ <rule ref =" Generic.CodeAnalysis.JumbledIncrementer" />
9+ <rule ref =" Generic.CodeAnalysis.UnconditionalIfStatement" />
10+ <rule ref =" Generic.CodeAnalysis.UnnecessaryFinalModifier" />
11+ <rule ref =" Generic.CodeAnalysis.UselessOverridingMethod" />
12+ <rule ref =" Generic.Commenting.Todo" />
13+ <rule ref =" Generic.Commenting.Fixme" />
14+ <rule ref =" Generic.ControlStructures.InlineControlStructure" />
15+ <rule ref =" Generic.Files.ByteOrderMark" />
16+ <rule ref =" Generic.Files.LineEndings" />
17+ <rule ref =" Generic.Files.OneClassPerFile" />
18+ <rule ref =" Generic.Formatting.DisallowMultipleStatements" />
19+ <rule ref =" Generic.Functions.CallTimePassByReference" />
20+ <rule ref =" Generic.Functions.FunctionCallArgumentSpacing" />
21+ <rule ref =" Generic.NamingConventions.ConstructorName" />
22+ <rule ref =" Generic.NamingConventions.UpperCaseConstantName" />
23+ <rule ref =" Generic.PHP.DeprecatedFunctions" />
24+ <rule ref =" Generic.PHP.DisallowShortOpenTag" />
25+ <rule ref =" Generic.PHP.ForbiddenFunctions" />
26+ <rule ref =" Generic.PHP.LowerCaseConstant" />
27+ <rule ref =" Generic.PHP.NoSilencedErrors" />
28+ <rule ref =" Generic.WhiteSpace.DisallowTabIndent" />
29+ <rule ref =" Generic.WhiteSpace.ScopeIndent" />
30+ <rule ref =" MySource.PHP.EvalObjectFactory" />
31+ <rule ref =" PSR1.Classes.ClassDeclaration" />
32+ <rule ref =" PSR1.Files.SideEffects" />
33+ <rule ref =" PSR2.Classes.ClassDeclaration" />
34+ <rule ref =" PSR2.Classes.PropertyDeclaration" />
35+ <rule ref =" PSR2.ControlStructures.ControlStructureSpacing" />
36+ <rule ref =" PSR2.ControlStructures.ElseIfDeclaration" />
37+ <rule ref =" PSR2.ControlStructures.SwitchDeclaration" />
38+ <rule ref =" PSR2.Methods.MethodDeclaration" />
39+ <rule ref =" PSR2.Namespaces.NamespaceDeclaration" />
40+ <rule ref =" PSR2.Namespaces.UseDeclaration" />
41+ <rule ref =" Squiz.PHP.DiscouragedFunctions" />
42+ <rule ref =" Squiz.PHP.EmbeddedPhp" />
43+ <rule ref =" Squiz.PHP.Eval" />
44+ <rule ref =" Squiz.PHP.GlobalKeyword" />
45+ <rule ref =" Squiz.PHP.InnerFunctions" />
46+ <rule ref =" Squiz.PHP.LowercasePHPFunctions" />
47+ <rule ref =" Squiz.Strings.DoubleQuoteUsage" />
48+ <rule ref =" Squiz.PHP.NonExecutableCode" />
49+ <rule ref =" Squiz.Scope.StaticThisUsage" />
50+ <rule ref =" Squiz.WhiteSpace.ScopeKeywordSpacing" />
51+ <rule ref =" Zend.Files.ClosingTag" />
52+ </ruleset >
0 commit comments