Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Sep 18, 2016
1 parent edb2f92 commit ce9845c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Backend/TagUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit ce9845c

Please sign in to comment.