Skip to content

Commit

Permalink
Stict Standarts error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dreamsoft committed Dec 11, 2016
1 parent 834f209 commit 5fcce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LZCompressor/LZUtil16.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function charCodeAt($str, $num=0)
* @param string $ch
* @return bool|integer
*/
function utf16_ord($ch) {
public static function utf16_ord($ch) {
$length = strlen($ch);
if (2 === $length) {
return hexdec(bin2hex($ch));
Expand Down

0 comments on commit 5fcce8a

Please sign in to comment.