File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function __construct($table) {
44
44
* Creates or updates a corresponding tag if needed
45
45
*
46
46
* @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
48
48
*/
49
49
public function createOrUpdateCorresppondingTag (Result $ item , $ fixSh5Pid = false )
50
50
{
@@ -121,7 +121,7 @@ public function deleteCorrespondingTag(Result $item)
121
121
* Returns the html5 tag with the given id. If the element could not be found
122
122
* or is not an html5 element, this function return null.
123
123
*
124
- * @param type $id
124
+ * @param integer $id
125
125
* @return result | NULL
126
126
*/
127
127
public function getTag ($ id ) {
You can’t perform that action at this time.
0 commit comments