@@ -48,20 +48,20 @@ abstract class Operation extends Metadata
4848 * class?: string|null,
4949 * name?: string,
5050 * }|string|false|null $output {@see https://api-platform.com/docs/core/dto/#specifying-an-input-or-an-output-data-representation}
51- * @param string|array|bool|null $mercure {@see https://api-platform.com/docs/core/mercure}
52- * @param string|bool|null $messenger {@see https://api-platform.com/docs/core/messenger/#dispatching-a-resource-through-the-message-bus}
53- * @param bool|null $elasticsearch {@see https://api-platform.com/docs/core/elasticsearch/}
54- * @param bool|null $read {@see https://api-platform.com/docs/core/events/#the-event-system}
55- * @param bool|null $deserialize {@see https://api-platform.com/docs/core/events/#the-event-system}
56- * @param bool|null $validate {@see https://api-platform.com/docs/core/events/#the-event-system}
57- * @param bool|null $write {@see https://api-platform.com/docs/core/events/#the-event-system}
58- * @param bool|null $serialize {@see https://api-platform.com/docs/core/events/#the-event-system}
59- * @param bool|null $fetchPartial {@see https://api-platform.com/docs/core/performance/#fetch-partial}
60- * @param bool|null $forceEager {@see https://api-platform.com/docs/core/performance/#force-eager}
61- * @param string|callable|null $provider {@see https://api-platform.com/docs/core/state-providers/#state-providers}
62- * @param string|callable|null $processor {@see https://api-platform.com/docs/core/state-processors/#state-processors}
63- * @param array<string, Parameter> $parameters
64- * @param array<class-string<ProblemExceptionInterface>>|null $errors
51+ * @param string|array|bool|null $mercure {@see https://api-platform.com/docs/core/mercure}
52+ * @param string|bool|null $messenger {@see https://api-platform.com/docs/core/messenger/#dispatching-a-resource-through-the-message-bus}
53+ * @param bool|null $elasticsearch {@see https://api-platform.com/docs/core/elasticsearch/}
54+ * @param bool|null $read {@see https://api-platform.com/docs/core/events/#the-event-system}
55+ * @param bool|null $deserialize {@see https://api-platform.com/docs/core/events/#the-event-system}
56+ * @param bool|null $validate {@see https://api-platform.com/docs/core/events/#the-event-system}
57+ * @param bool|null $write {@see https://api-platform.com/docs/core/events/#the-event-system}
58+ * @param bool|null $serialize {@see https://api-platform.com/docs/core/events/#the-event-system}
59+ * @param bool|null $fetchPartial {@see https://api-platform.com/docs/core/performance/#fetch-partial}
60+ * @param bool|null $forceEager {@see https://api-platform.com/docs/core/performance/#force-eager}
61+ * @param string|callable|null $provider {@see https://api-platform.com/docs/core/state-providers/#state-providers}
62+ * @param string|callable|null $processor {@see https://api-platform.com/docs/core/state-processors/#state-processors}
63+ * @param array<string, Parameter> $parameters
64+ * @param array<class-string<ProblemExceptionInterface>>|null $errors
6565 */
6666 public function __construct (
6767 protected ?string $ shortName = null ,
0 commit comments