Skip to content

Commit

Permalink
Typed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Jun 6, 2024
1 parent 8d961b1 commit 13d0525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Message/MessageHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MessageHandler implements LoggerAwareInterface, Stringable
{
use StringableTrait;

private const int DEFAULT_SIZE = 4096;
private const DEFAULT_SIZE = 4096;

private FrameHandler $frameHandler;
private LoggerInterface $logger;
Expand Down
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Server implements LoggerAwareInterface, Stringable
use SendMethodsTrait;
use StringableTrait;

private const string GUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
private const GUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';

// Settings
private int $port;
Expand Down

0 comments on commit 13d0525

Please sign in to comment.