Browse Source

Fix phpcs error.

mark_story 8 years ago
parent
commit
8982cef7e2

+ 1 - 1
tests/TestCase/Controller/Component/RequestHandlerComponentTest.php

@@ -378,7 +378,7 @@ class RequestHandlerComponentTest extends TestCase
                 'json' => 'CustomJson',
                 'xml' => 'Xml',
                 'ajax' => 'Ajax'
-    ];
+            ];
             $this->assertEquals($expected, $result);
 
             $result = $this->RequestHandler->viewClassMap('xls', 'Excel.Excel');