Skip to content

Commit 83fda12

Browse files
committed
fix %s -> %u
1 parent 3dd8850 commit 83fda12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/types/DecimalTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function valueProvider()
162162
['15', '1111' , '-1', '.', ' ', true, '', '', false, '%04b'],
163163
['362525200', '3.625e+8' , '-1', '.', ' ', true, '', '', false, '%.3e'],
164164
['362525200', '3.625E+8' , '-1', '.', ' ', true, '', '', false, '%.3E'],
165-
['1.7', '1' , '2', '.', ' ', false, '', '', false, '%s'],
165+
['1.7', '1' , '2', '.', ' ', false, '', '', false, '%u'],
166166

167167
];
168168
}

0 commit comments

Comments
 (0)