Skip to content

Commit

Permalink
Undo testdata move
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 14, 2023
1 parent 61e8b11 commit 9c8e884
Show file tree
Hide file tree
Showing 91 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@

<!-- Do not apply compatibility rules to allow using the modern PHPUnit functionality -->
<rule ref="PHPCompatibility.FunctionDeclarations.NewReturnTypeDeclarations.stringFound">
<exclude-pattern>tests/utils/*</exclude-pattern>
<exclude-pattern>tests/includes/*</exclude-pattern>
</rule>
<rule ref="PHPCompatibility.FunctionDeclarations.NewReturnTypeDeclarations.boolFound">
<exclude-pattern>tests/utils/*</exclude-pattern>
<exclude-pattern>tests/includes/*</exclude-pattern>
</rule>

<!-- Disallows grouped use declarations. -->
Expand Down

0 comments on commit 9c8e884

Please sign in to comment.