Skip to content

Commit f992e39

Browse files
authored
Merge pull request #558
Fixed AbstractService::$credentials type annotation
2 parents 9ac68f3 + f3b005a commit f992e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)