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 e41d214 commit 5b1d6a4Copy full SHA for 5b1d6a4
src/Value/Size.php
@@ -24,7 +24,7 @@ class Size extends PrimitiveValue
24
/**
25
* @var array<int, string>
26
*/
27
- const NON_SIZE_UNITS = ['deg', 'grad', 'rad', 's', 'ms', 'turns', 'Hz', 'kHz'];
+ const NON_SIZE_UNITS = ['deg', 'grad', 'rad', 's', 'ms', 'turn', 'Hz', 'kHz'];
28
29
30
* @var array<int, array<string, string>>|null
0 commit comments