| 1 | <?php |
||
| 13 | class OAuthUserFinderTest extends TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var OAuthUserFinder |
||
| 17 | */ |
||
| 18 | private $object; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var EntityManager |
||
| 22 | */ |
||
| 23 | private $em; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return MockObject |
||
| 27 | */ |
||
| 28 | private function getEm() |
||
| 36 | |||
| 37 | public function setup() |
||
| 43 | |||
| 44 | public function testFindUserByGoogleSignInData() |
||
| 53 | } |
||
| 54 |
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..