File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ .idea /
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset name =" University of Washington, Department of Enrollment Management Coding Standard (PSR2 Superset)" >
3+
4+ <description >
5+ PHP coding standard for the University of Washington Department of Enrollment Management web applications.
6+
7+ This standard is an extension of PSR2.
8+ </description >
9+
10+
11+ <!-- Include all sniffs in the PSR2 standard. -->
12+ <rule ref =" PSR2" />
13+
14+ <!-- <rule ref="Squiz.Arrays.ArrayDeclaration"/>-->
15+ <rule ref =" Squiz.PHP.CommentedOutCode" />
16+ <rule ref =" Squiz.Commenting.FunctionComment" />
17+ <rule ref =" Squiz.Commenting.ClassComment" />
18+ <rule ref =" Squiz.Commenting.VariableComment" />
19+
20+ </ruleset >
You can’t perform that action at this time.
0 commit comments