Skip to content

Commit

Permalink
travis cs fix
Browse files Browse the repository at this point in the history
travis cs fix
  • Loading branch information
alikon committed Dec 28, 2016
1 parent 797b008 commit b53212a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/joomla/database/query/mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ public function findInSet($value, $set)
{
return " find_in_set(" . $value . ", " . $set . ")";
}
/**
* Casts a value to a char.

/**
* Casts a value to a char.
*
* Ensure that the value is properly quoted before passing to the method.
*
Expand All @@ -190,4 +190,5 @@ public function castAsChar($value, $len = null)
{
return ' CAST(' . $value . ' AS CHAR(' . $len . '))';
}
}
}

0 comments on commit b53212a

Please sign in to comment.