| 1 | <?php |
||
| 17 | final class FieldMappingTest extends TestCase |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var FieldMapping |
||
| 22 | */ |
||
| 23 | private $fieldMapping; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var Column |
||
| 27 | */ |
||
| 28 | private $dbalColumn; |
||
| 29 | |||
| 30 | public function setUp() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @test |
||
| 39 | */ |
||
| 40 | public function shouldStoreDBALColumn() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @test |
||
| 47 | */ |
||
| 48 | public function shouldStoreOrigin() |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @test |
||
| 55 | */ |
||
| 56 | public function shouldCollectDBALColumns() |
||
| 60 | |||
| 61 | } |
||
| 62 |
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..