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 6529c0e commit 8215523Copy full SHA for 8215523
composer.json
@@ -38,6 +38,7 @@
38
"symfony/security-csrf": "~5.0 || ~6.0",
39
"phpunit/phpunit": "^9.5",
40
"symplify/easy-coding-standard": "^9.4",
41
- "symplify/coding-standard": "^9.4"
+ "symplify/coding-standard": "^9.4",
42
+ "symfony/intl": "^6.1"
43
}
44
test/Form/Data/Address.php
@@ -9,7 +9,7 @@ class Address
9
/**
10
* @param $street
11
*/
12
- public function __construct($street)
+ public function __construct(?string $street = null)
13
{
14
$this->street = $street;
15
0 commit comments