Skip to content

Commit

Permalink
docs: type hint for IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 31, 2023
1 parent c5167c1 commit 46559a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/exportabletrait.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function importChildrenObjects(PluginFormcreatorExportableInterface $pare
}
}
// Delete all other restrictions
/** @var PluginFormcreatorExportableInterface $subItem */
$subItem = new $itemtype();
$subItem->deleteObsoleteItems($parent, $importedItems);
}
Expand Down

0 comments on commit 46559a0

Please sign in to comment.