Skip to content

Commit cab0c68

Browse files
authored
Merge pull request #6085 from codeigniter4/dependabot/composer/rector/rector-0.13.4
chore(deps-dev): update rector/rector requirement from 0.13.3 to 0.13.4
2 parents 55a6861 + 5c2211b commit cab0c68

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpstan/phpstan": "^1.7.1",
2525
"phpunit/phpunit": "^9.1",
2626
"predis/predis": "^1.1",
27-
"rector/rector": "0.13.3"
27+
"rector/rector": "0.13.4"
2828
},
2929
"suggest": {
3030
"ext-fileinfo": "Improves mime type detection for files"

tests/system/Cookie/CookieTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ public function testCookieInitializationWithDefaults(): void
5656

5757
public function testConfigInjectionForDefaults(): void
5858
{
59-
/**
60-
* @var CookieConfig $config
61-
*/
6259
$config = new CookieConfig();
6360

6461
$old = Cookie::setDefaults($config);

0 commit comments

Comments
 (0)