Total Complexity | 3 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class InstallSchema implements InstallSchemaInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param SchemaSetupInterface $setup |
||
14 | * @param ModuleContextInterface $context |
||
15 | * @throws \Zend_Db_Exception |
||
16 | */ |
||
17 | public function install( //phpcs:ignore |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param SchemaSetupInterface $setup |
||
28 | * @throws \Zend_Db_Exception |
||
29 | */ |
||
30 | private function createTagsTable(SchemaSetupInterface $setup) |
||
62 |