1 | <?php |
||
21 | class RclKaraokeRowMapper extends SimpleKaraokeRowMapper |
||
22 | { |
||
23 | /** |
||
24 | * RclRowMapper constructor. |
||
25 | * @param $dataStore |
||
26 | */ |
||
27 | public function __construct(AbstractSql $dataStore) |
||
36 | |||
37 | /** |
||
38 | * Get formatter name for interface / selection |
||
39 | * |
||
40 | * @return string |
||
41 | */ |
||
42 | public function getFormatterName() |
||
46 | |||
47 | protected function getDefaultPlatformName() |
||
51 | |||
52 | /** |
||
53 | * Get short name for form keys, CLI etc |
||
54 | * |
||
55 | * @return string |
||
56 | */ |
||
57 | public function getShortName() |
||
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..