Browse Source

Fix phpcs

Mark Story 5 years ago
parent
commit
0fcb8da3dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/TestCase/Controller/Component/SecurityComponentTest.php

+ 2 - 2
tests/TestCase/Controller/Component/SecurityComponentTest.php

@@ -1155,8 +1155,8 @@ class SecurityComponentTest extends TestCase
             ],
             '_Token' => [
                 'fields' => [],
-                'unlocked' => ''
-            ]
+                'unlocked' => '',
+            ],
         ]);
         Configure::write('debug', false);
         $result = $this->validatePost('SecurityException', "'_Token.fields' was invalid.");