Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Jan 31, 2022
1 parent 7e52af2 commit d462948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/KeyValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

class KeyValueTest extends TestCase
{
// phpcs:disable Generic.Arrays.DisallowLongArraySyntax
// phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
// phpcs:disable Squiz.Commenting.FunctionComment
// phpcs:disable Squiz.Commenting.VariableComment

public function testBoundaryCharactersInsideQuotes()
{
$checks = array(
Expand Down

0 comments on commit d462948

Please sign in to comment.