We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59236ee commit ef8ab8fCopy full SHA for ef8ab8f
1 file changed
tests/Formatter/EGFormatterTest.php
@@ -35,6 +35,8 @@ public function providerFormat() : array
35
['1234', null],
36
['12345', '12345'],
37
['123456', null],
38
+ ['1234567', '1234567'],
39
+ ['12345678', null],
40
41
['A', null],
42
['AB', null],
0 commit comments