Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 624fd95

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix homepage
2 parents 16d82cc + e03caa2 commit 624fd95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ class CustomAutowire extends Autowire
586586
{
587587
public function __construct(string $parameter)
588588
{
589-
parent::__construct(param: $parameter);
589+
parent::__construct('%'.$parameter.'%');
590590
}
591591
}
592592

src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "symfony-notifier-bridge",
44
"description": "Symfony GatewayApi Notifier Bridge",
55
"keywords": ["sms", "gatewayapi", "notifier"],
6-
"homepage": "https://gatewayapi.com",
6+
"homepage": "https://symfony.com",
77
"license": "MIT",
88
"authors": [
99
{

0 commit comments

Comments
 (0)