Skip to content

Commit 15b8c89

Browse files
committed
Initial commit.
0 parents  commit 15b8c89

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

ruleset.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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>

0 commit comments

Comments
 (0)