Skip to content

Commit 393545f

Browse files
FQCN in phpdocs
1 parent b9aedfd commit 393545f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LoggingDecorator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
class LoggingDecorator implements TwilioInterface
77
{
88
/**
9-
* @var LoggerInterface
9+
* @var \Psr\Log\LoggerInterface
1010
*/
1111
private $logger;
1212

1313
/**
14-
* @var TwilioInterface
14+
* @var \Aloha\Twilio\TwilioInterface
1515
*/
1616
private $wrapped;
1717

1818
/**
19-
* @param LoggerInterface $logger
19+
* @param \Psr\Log\LoggerInterface $logger
2020
* @param \Aloha\Twilio\TwilioInterface $wrapped
2121
*/
2222
public function __construct(LoggerInterface $logger, TwilioInterface $wrapped)

0 commit comments

Comments
 (0)