Skip to content

Commit 19871e4

Browse files
authored
Parameters have default values so do not need to be set (#119)
1 parent 29af037 commit 19871e4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/sets/laravel90.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@
5858
),
5959
]);
6060

61-
// https://github.com/laravel/framework/commit/8b40e8b7cba2fbf8337dfc05e3c6a62ae457e889
62-
$rectorConfig
63-
->ruleWithConfiguration(ArgumentAdderRector::class, [new ArgumentAdder(
64-
'Illuminate\Foundation\Http\FormRequest',
65-
'validated',
66-
0,
67-
'key',
68-
),
69-
new ArgumentAdder('Illuminate\Foundation\Http\FormRequest', 'validated', 1, 'default'),
70-
]);
71-
7261
// https://github.com/laravel/framework/commit/84c78b9f5f3dad58f92161069e6482f7267ffdb6
7362
$rectorConfig
7463
->ruleWithConfiguration(ChangeMethodVisibilityRector::class, [new ChangeMethodVisibility(

0 commit comments

Comments
 (0)