We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f0cc9 commit d62f4dbCopy full SHA for d62f4db
State/MercureLinkProcessor.php
@@ -17,10 +17,16 @@
17
use ApiPlatform\State\ProcessorInterface;
18
use Symfony\Component\Mercure\Discovery;
19
20
+/**
21
+ * @template T1
22
+ * @template T2
23
+ *
24
+ * @implements ProcessorInterface<T1, T2>
25
+ */
26
final class MercureLinkProcessor implements ProcessorInterface
27
{
28
/**
- * @param ProcessorInterface<mixed> $decorated
29
+ * @param ProcessorInterface<T1, T2> $decorated
30
*/
31
public function __construct(private readonly ProcessorInterface $decorated, private readonly Discovery $discovery)
32
0 commit comments