We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f20c8 commit 0b3e537Copy full SHA for 0b3e537
tests/Type/KeySizeValueTest.php
@@ -48,7 +48,7 @@ public static function provideKeySize(): array
48
'invalid with fractional' => [false, '1.'],
49
'invalid negative' => [false, '-1234'],
50
'invalid with thousands-delimiter' => [false, '1,234'],
51
- 'valid with whitespace collapse' => [true, " 1 234 \n"],
+ 'valid with whitespace collapse' => [true, " 1234 \n"],
52
];
53
}
54
0 commit comments