From ce9845c04cb135f720fd23236ea72ab5bea5ae49 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sun, 18 Sep 2016 18:04:22 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- src/Backend/TagUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Backend/TagUtils.php b/src/Backend/TagUtils.php index 7bb7d01..3852707 100644 --- a/src/Backend/TagUtils.php +++ b/src/Backend/TagUtils.php @@ -44,7 +44,7 @@ public function __construct($table) { * Creates or updates a corresponding tag if needed * * @param Result The DB-Result of the element to update - * @return NULL or the id of the new element + * @return integer|null or the id of the new element */ public function createOrUpdateCorresppondingTag(Result $item, $fixSh5Pid = false) { @@ -121,7 +121,7 @@ public function deleteCorrespondingTag(Result $item) * Returns the html5 tag with the given id. If the element could not be found * or is not an html5 element, this function return null. * - * @param type $id + * @param integer $id * @return result | NULL */ public function getTag($id) {