Skip to content

Commit c8a47a4

Browse files
Merge branch '7.4' into 8.0
* 7.4: Use phpunit attribute Remove some implicit bool type juggling [Scheduler] Fix `scheduler.task` tag arguments optionality use false instead of null to hide the currency symbol [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsRemoveCommand` run tests with PHPUnit 12.1 on PHP >= 8.3 Fix wrong boolean values minor #61328 [FrameworkBundle] Decouple ControllerResolverTest from HttpKernel (nicolas-grekas) [Messenger] Fix NoAutoAckStamp handling in Worker::flush() [DependencyInjection] Dump XML using plain PHP, no DOM needed
2 parents 85bd998 + 94fb640 commit c8a47a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Comparator/NumberComparatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static function getConstructorTestData()
9393
'1k', '1ki', '1m', '1mi', '1g', '1gi',
9494
],
9595
[
96-
false, null, '',
96+
null, '',
9797
' ', 'foobar',
9898
'=1', '===1',
9999
'0 . 1', '123 .45', '234. 567',

0 commit comments

Comments
 (0)