Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 395d48d

Browse filesBrowse files
committed
Merge branch '5.2' into 5.3
* 5.2: Invalid namespace and method name
2 parents c4fab1b + 7db86c9 commit 395d48d
Copy full SHA for 395d48d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎mercure.rst

Copy file name to clipboardExpand all lines: mercure.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,11 @@ the ``HubInterface`` object::
451451
// src/Mercure/MyTokenProvider.php
452452
namespace App\Mercure;
453453

454-
use Symfony\Component\Mercure\JWT\TokenProviderInterface;
454+
use Symfony\Component\Mercure\Jwt\TokenProviderInterface;
455455

456456
final class MyTokenProvider implements TokenProviderInterface
457457
{
458-
public function getToken(): string
458+
public function getJwt(): string
459459
{
460460
return 'the-JWT';
461461
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.