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.
2 parents 6dd1909 + d6cb36f commit 338aa95Copy full SHA for 338aa95
Tests/Routing/LegacyRouteLoaderContainerTest.php
@@ -39,7 +39,7 @@ class LegacyRouteLoaderContainerTest extends TestCase
39
/**
40
* {@inheritdoc}
41
*/
42
- protected function setUp()
+ protected function setUp(): void
43
{
44
$this->container = new Container();
45
$this->container->set('foo', new \stdClass());
composer.json
@@ -38,7 +38,7 @@
38
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dom-crawler": "^4.3|^5.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/form": "^4.3|^5.0",
+ "symfony/form": "^4.3.4|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/lock": "^4.4|^5.0",
0 commit comments