1 | <?php |
||
12 | class Representation extends BaseObject implements RepresentationInterface |
||
13 | { |
||
14 | /** |
||
15 | * @var string |
||
16 | */ |
||
17 | public $label; |
||
18 | |||
19 | /** |
||
20 | * @var array |
||
21 | */ |
||
22 | public $columns = []; |
||
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | public function getColumns() |
||
31 | |||
32 | /** |
||
33 | * @return {@inheritdoc} |
||
|
|||
34 | */ |
||
35 | public function getLabel() |
||
39 | } |
||
40 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.