1 | <?php |
||
18 | final class ListMappingTest extends TestCase |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * @var SubjectClass |
||
23 | */ |
||
24 | private $mapping; |
||
25 | |||
26 | /** |
||
27 | * @var Column |
||
28 | */ |
||
29 | private $column; |
||
30 | |||
31 | /** |
||
32 | * @var MappingInterface |
||
33 | */ |
||
34 | private $entryMapping; |
||
35 | |||
36 | public function setUp() |
||
43 | |||
44 | /** |
||
45 | * @test |
||
46 | */ |
||
47 | public function shouldHaveDBALColumn() |
||
51 | |||
52 | /** |
||
53 | * @test |
||
54 | */ |
||
55 | public function shouldHaveEntryMapping() |
||
59 | |||
60 | /** |
||
61 | * @test |
||
62 | */ |
||
63 | public function shouldHaveOrigin() |
||
67 | |||
68 | /** |
||
69 | * @test |
||
70 | */ |
||
71 | public function shouldCollectDBALColumns() |
||
75 | |||
76 | |||
77 | } |
||
78 |
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..