@@ -23,7 +23,7 @@ final class GetCollection extends HttpOperation implements CollectionOperationIn
2323 public function __construct (
2424 ?string $ uriTemplate = null ,
2525 ?array $ types = null ,
26- ? array $ formats = null ,
26+ array | string | null $ formats = null ,
2727 $ inputFormats = null ,
2828 $ outputFormats = null ,
2929 $ uriVariables = null ,
@@ -35,7 +35,7 @@ public function __construct(
3535 ?bool $ stateless = null ,
3636 ?string $ sunset = null ,
3737 ?string $ acceptPatch = null ,
38- ? string $ status = null ,
38+ string | int | null $ status = null ,
3939 ?string $ host = null ,
4040 ?array $ schemes = null ,
4141 ?string $ condition = null ,
@@ -76,8 +76,8 @@ public function __construct(
7676 ?string $ deprecationReason = null ,
7777 ?array $ filters = null ,
7878 ?array $ validationContext = null ,
79- ?array $ input = null ,
80- ? array $ output = null ,
79+ ?string $ input = null ,
80+ string | bool | null $ output = null ,
8181 $ mercure = null ,
8282 $ messenger = null ,
8383 ?int $ urlGenerationStrategy = null ,
@@ -91,8 +91,8 @@ public function __construct(
9191 ?bool $ forceEager = null ,
9292 ?int $ priority = null ,
9393 ?string $ name = null ,
94- ? int $ provider = null ,
95- ? string $ processor = null ,
94+ array | string | callable | int | null $ provider = null ,
95+ array | string | callable | int | null $ processor = null ,
9696 ?OptionsInterface $ stateOptions = null ,
9797 array |Parameters |null $ parameters = null ,
9898 array |string |null $ rules = null ,
0 commit comments