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.
2 parents 889cfe5 + ea5b5d9 commit b12d0baCopy full SHA for b12d0ba
mercure.rst
@@ -551,9 +551,10 @@ be handled by a stub publisher::
551
// tests/Functional/Fixtures/PublisherStub.php
552
namespace App\Tests\Functional\Fixtures;
553
554
+ use Symfony\Component\Mercure\PublisherInterface;
555
use Symfony\Component\Mercure\Update;
556
- class PublisherStub
557
+ class PublisherStub implements PublisherInterface
558
{
559
public function __invoke(Update $update): string
560
0 commit comments