Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Aug 25, 2023
1 parent f2616f9 commit 6e8fba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare(strict_types=1);
namespace Asyncapi;
use JsonSerializable;
final class Root implements \\\\JsonSerializable
{
private ?string $email;
Expand Down

0 comments on commit 6e8fba3

Please sign in to comment.