Skip to content

Commit

Permalink
Merge pull request nullpunkt#14 from max-dreamsoft/master
Browse files Browse the repository at this point in the history
Stict Standarts error fix
  • Loading branch information
Tobias Seipke authored Dec 12, 2016
2 parents 834f209 + 5fcce8a commit 9531b65
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 9531b65

Please sign in to comment.