1 | <?php |
||
22 | abstract class StatementRepositoryTest extends BaseStatementRepositoryTest |
||
23 | { |
||
24 | /** |
||
25 | * @var ObjectManager |
||
26 | */ |
||
27 | protected $objectManager; |
||
28 | |||
29 | /** |
||
30 | * @var MappedStatementRepository |
||
31 | */ |
||
32 | protected $repository; |
||
33 | |||
34 | protected function setUp() |
||
41 | |||
42 | protected function createStatementRepository() |
||
46 | |||
47 | protected function cleanDatabase() |
||
55 | |||
56 | /** |
||
57 | * @return ObjectManager |
||
58 | */ |
||
59 | abstract protected function createObjectManager(); |
||
60 | |||
61 | /** |
||
62 | * @return string |
||
63 | */ |
||
64 | abstract protected function getStatementClassName(); |
||
65 | |||
66 | private function createRepository() |
||
70 | } |
||
71 |
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..