Skip to content

Commit a0e07bd

Browse files
committed
fix phpstan due to typeDeclarations: true to squash
1 parent 5c8050e commit a0e07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/GraphQl/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Operation extends AbstractOperation
2727
* @param string|array|bool|null $mercure {@see https://api-platform.com/docs/core/mercure}
2828
* @param string|bool|null $messenger {@see https://api-platform.com/docs/core/messenger/#dispatching-a-resource-through-the-message-bus}
2929
* @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}
30+
* @param string|null $processor {@see https://api-platform.com/docs/core/state-processors/#state-processors}
3131
*/
3232
public function __construct(
3333
protected ?string $resolver = null,

0 commit comments

Comments
 (0)