Browse Source

Stickler: Multi-line arrays must have a trailing comma after the last
element.

chris cnizzardini 5 years ago
parent
commit
08a6e799c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Command/RoutesCommandTest.php

+ 1 - 1
tests/TestCase/Command/RoutesCommandTest.php

@@ -81,7 +81,7 @@ class RoutesCommandTest extends TestCase
             '<info>Plugin</info>',
             '<info>Prefix</info>',
             '<info>Method(s)</info>',
-            '<info>Defaults</info>'
+            '<info>Defaults</info>',
         ]);
         $this->assertOutputContainsRow([
             'articles:_action',