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 6f2b879 + d4a2013 commit ea5b5d9Copy full SHA for ea5b5d9
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