Skip to content

Commit e150a7f

Browse files
committed
removed uppercase constants
1 parent 3d38da4 commit e150a7f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.0
3+
## 0.2.0 (NOT RELEASED)
44
* Removed `Generic.PHP.LowerCaseConstant`, because we're going to use PSR standards.
55

66
## 0.1.0

Inpsyde/ruleset.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
<description>A custom set of code standard rules to check for Inpsyde Codex.</description>
55

6-
<!-- TRUE, FALSE, NULL are constant, we write in uppercase. -->
7-
<rule ref="Generic.PHP.UpperCaseConstant"/>
8-
96
<!-- Allow . in hook names -->
107
<rule ref="WordPress.NamingConventions.ValidHookName">
118
<properties>

0 commit comments

Comments
 (0)