Skip to content

Commit 8ec4d6f

Browse files
committed
[Notifier] Add types to private properties
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent 226a533 commit 8ec4d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MessageBirdTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ final class MessageBirdTransport extends AbstractTransport
2828
{
2929
protected const HOST = 'rest.messagebird.com';
3030

31-
private $token;
32-
private $from;
31+
private string $token;
32+
private string $from;
3333

3434
public function __construct(string $token, string $from, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
3535
{

0 commit comments

Comments
 (0)