You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Validator/Metadata/Resource/Factory/ParameterValidationResourceMetadataCollectionFactoryDefaultParametersTest.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ final class ParameterValidationResourceMetadataCollectionFactoryDefaultParameter
30
30
{
31
31
privateconstDEFAULT_PARAMETERS = [
32
32
HeaderParameter::class => [
33
-
'key' => 'X-API-Version',
33
+
'key' => 'API-Version',
34
34
'required' => true,
35
35
'description' => 'API Version',
36
36
],
@@ -66,10 +66,10 @@ public function testDefaultParametersAppliedToRealResource(): void
0 commit comments