We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8050e commit a0e07bdCopy full SHA for a0e07bd
1 file changed
src/Metadata/GraphQl/Operation.php
@@ -27,7 +27,7 @@ class Operation extends AbstractOperation
27
* @param string|array|bool|null $mercure {@see https://api-platform.com/docs/core/mercure}
28
* @param string|bool|null $messenger {@see https://api-platform.com/docs/core/messenger/#dispatching-a-resource-through-the-message-bus}
29
* @param string|null $provider {@see https://api-platform.com/docs/core/state-providers/#state-providers}
30
- * @param string|callable|null $processor {@see https://api-platform.com/docs/core/state-processors/#state-processors}
+ * @param string|null $processor {@see https://api-platform.com/docs/core/state-processors/#state-processors}
31
*/
32
public function __construct(
33
protected ?string $resolver = null,
0 commit comments