mirror of https://github.com/MISP/MISP
chg: [helper:table] Make linter happy
parent
97723f9dc5
commit
442f3e419e
|
@ -88,6 +88,10 @@ class BootstrapTable extends BootstrapGeneric
|
|||
'caption' => '',
|
||||
'elementsRootPath' => '/genericElements/SingleViews/Fields/',
|
||||
];
|
||||
private $fields = [];
|
||||
private $items = [];
|
||||
private $caption = [];
|
||||
private $btHelper = [];
|
||||
|
||||
function __construct(array $options, array $data, BootstrapHelper $btHelper)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue