Skip to content

Commit 11a7b3f

Browse files
committed
docs(linker): update phpdocs
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent e6889cc commit 11a7b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/linker.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function addObject($originalId, PluginFormcreatorExportableInterface $obj
5858
*
5959
* @param integer $originalId
6060
* @param string $itemtype
61-
* @return PluginFormcreatorExportableInterface
61+
* @return PluginFormcreatorExportableInterface|false
6262
*/
6363
public function getObject($originalId, $itemtype) {
6464
if (!isset($this->imported[$itemtype][$originalId])) {
@@ -82,7 +82,7 @@ public function getObjectsByType($itemtype) {
8282
* @param string $itemtype itemtype of object to find
8383
* @param integer $id ID of object to fiind
8484
* @param string $idField fieldname where the ID is searched for
85-
* @return void
85+
* @return CommonDBTM
8686
*/
8787
public function findObject($itemtype, $idField, $id) {
8888
if (!strpos($itemtype, 'PluginFormcreator') !== 0) {

0 commit comments

Comments
 (0)