Skip to content

Commit

Permalink
Merge pull request #3 from sarahcssiqueira/develop
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
sarahcssiqueira committed Dec 1, 2023
2 parents e64943a + bd2a5b9 commit 5dcb8dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@
<severity>0</severity>
</rule>
<rule ref="Generic.Arrays.DisallowLongArraySyntax.Found"/>

<!-- Prevent errors caused by WordPress Coding Standards not supporting PHP 8.0+.
See https://github.com/WordPress/WordPress-Coding-Standards/issues/2035 -->
<ini name="error_reporting" value="E_ALL &#38; ~E_DEPRECATED" />
</ruleset>

0 comments on commit 5dcb8dc

Please sign in to comment.