Skip to content

Commit de2d2aa

Browse files
committed
fix(form): unused class usage
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 3113351 commit de2d2aa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

inc/exportable.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ trait PluginFormcreatorExportable
4646
public function exportChildrenObjects($subItems, $export, $remove_uuid = false) {
4747
global $DB;
4848

49-
$fk = static::getForeignKeyField();
5049
foreach ($subItems as $key => $itemtypes) {
5150
if (!is_array($itemtypes)) {
5251
$itemtypes = [$itemtypes];

inc/form_validator.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* ---------------------------------------------------------------------
3030
*/
3131

32-
use tests\units\PluginFormcreatorForm_Validator as TestsPluginFormcreatorForm_Validator;
3332
use GlpiPlugin\Formcreator\Exception\ImportFailureException;
3433

3534
if (!defined('GLPI_ROOT')) {

0 commit comments

Comments
 (0)