Browse Source

Fix parse error in 7.2

Mark Story 6 years ago
parent
commit
3fb470233c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Console/ConsoleOptionParserTest.php

+ 1 - 1
tests/TestCase/Console/ConsoleOptionParserTest.php

@@ -958,7 +958,7 @@ TEXT;
                 "Other valid choices:\n" .
                 "\n" .
                 "- method",
-                $result,
+                $result
             );
         }
     }