Skip to content

Commit 23f0a95

Browse files
committed
[Notifier] Add types to private properties
Signed-off-by: Alexander M. Turek <[email protected]>
1 parent f31ff6b commit 23f0a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GatewayApiTransport.php

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

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

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

0 commit comments

Comments
 (0)