diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-01-20 20:22:32 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-01-20 20:22:32 +0100 |
commit | f71143613339faa670c8357845600ee7ebcb4339 (patch) | |
tree | 9b64eba117cf6bb5d3f3c844b6c66850d7f93ae8 | |
parent | 277fedffc624f55c6ecc8bd80ed8db370134e47e (diff) | |
download | gigologadmin-f71143613339faa670c8357845600ee7ebcb4339.tar.gz gigologadmin-f71143613339faa670c8357845600ee7ebcb4339.tar.bz2 gigologadmin-f71143613339faa670c8357845600ee7ebcb4339.zip |
Update .phpcs to not complain about lack of yoda conditions.
-rw-r--r-- | .phpcs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,5 +21,6 @@ <rule ref="WordPress"> <exclude name="Generic.WhiteSpace.DisallowSpaceIndent" /> <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar" /> + <exclude name="WordPress.PHP.YodaConditions.NotYoda" /> </rule> </ruleset> |