| 1 | <?php |
||
| 20 | class ResourceOwnerPasswordCredentialManager implements ResourceOwnerPasswordCredentialManagerInterface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var ResourceOwnerId[] |
||
| 24 | */ |
||
| 25 | private $usernameAndPasswords; |
||
| 26 | |||
| 27 | public function __construct() |
||
| 33 | |||
| 34 | public function findResourceOwnerIdWithUsernameAndPassword(string $username, string $password): ?ResourceOwnerId |
||
| 45 | } |
||
| 46 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..