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 55a6861 + 5c2211b commit cab0c68Copy full SHA for cab0c68
composer.json
@@ -24,7 +24,7 @@
24
"phpstan/phpstan": "^1.7.1",
25
"phpunit/phpunit": "^9.1",
26
"predis/predis": "^1.1",
27
- "rector/rector": "0.13.3"
+ "rector/rector": "0.13.4"
28
},
29
"suggest": {
30
"ext-fileinfo": "Improves mime type detection for files"
tests/system/Cookie/CookieTest.php
@@ -56,9 +56,6 @@ public function testCookieInitializationWithDefaults(): void
56
57
public function testConfigInjectionForDefaults(): void
58
{
59
- /**
60
- * @var CookieConfig $config
61
- */
62
$config = new CookieConfig();
63
64
$old = Cookie::setDefaults($config);
0 commit comments