diff options
Diffstat (limited to 'tests/Utils')
-rw-r--r-- | tests/Utils/FormatterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index f3c6422..9f5fbb5 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -59,7 +59,7 @@ class FormatterTest extends TestCase public function mergeFormats() { - // array($default[], $overriding[], $expected[]) + // [default[], overriding[], expected[]] return [ 'empty formats' => [ 'default' => [ |