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