Skip to content

Commit f3b005a

Browse files
authored
Fixed AbstractService::$credentials type annotation
1 parent 7928abd commit f3b005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/Common/Service/AbstractService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
abstract class AbstractService implements ServiceInterface
1616
{
17-
/** @var Credentials */
17+
/** @var CredentialsInterface */
1818
protected $credentials;
1919

2020
/** @var ClientInterface */

0 commit comments

Comments
 (0)