Skip to content

Commit a2c1f23

Browse files
Merge branch '5.3' into 5.4
* 5.3: [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents 19b1fd3 + 26fd661 commit a2c1f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/HostnameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class HostnameDummy
4646
#[Hostname]
4747
private $a;
4848

49-
#[Hostname(message: "myMessage", requireTld: false)]
49+
#[Hostname(message: 'myMessage', requireTld: false)]
5050
private $b;
5151

5252
#[Hostname(groups: ['my_group'], payload: 'some attached data')]

0 commit comments

Comments
 (0)