From 46559a0a167d4e512a3bd2bf0f3c1fd4e68c4735 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Tue, 31 Oct 2023 11:00:56 +0100 Subject: [PATCH] docs: type hint for IDE --- inc/exportabletrait.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/exportabletrait.class.php b/inc/exportabletrait.class.php index a7280e62a..2fcbbba23 100644 --- a/inc/exportabletrait.class.php +++ b/inc/exportabletrait.class.php @@ -111,6 +111,7 @@ public function importChildrenObjects(PluginFormcreatorExportableInterface $pare } } // Delete all other restrictions + /** @var PluginFormcreatorExportableInterface $subItem */ $subItem = new $itemtype(); $subItem->deleteObsoleteItems($parent, $importedItems); }