Skip to content

Commit 939c1be

Browse files
authored
Merge pull request #32 from menatwork/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents edb2f92 + ce9845c commit 939c1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Backend/TagUtils.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct($table) {
4444
* Creates or updates a corresponding tag if needed
4545
*
4646
* @param Result The DB-Result of the element to update
47-
* @return NULL or the id of the new element
47+
* @return integer|null or the id of the new element
4848
*/
4949
public function createOrUpdateCorresppondingTag(Result $item, $fixSh5Pid = false)
5050
{
@@ -121,7 +121,7 @@ public function deleteCorrespondingTag(Result $item)
121121
* Returns the html5 tag with the given id. If the element could not be found
122122
* or is not an html5 element, this function return null.
123123
*
124-
* @param type $id
124+
* @param integer $id
125125
* @return result | NULL
126126
*/
127127
public function getTag($id) {

0 commit comments

Comments
 (0)