lz-string-php icon indicating copy to clipboard operation
lz-string-php copied to clipboard

Non-static method LZCompressor\LZUtil16::utf16_ord() should not be called statically

Open josephdanalinsug opened this issue 7 years ago • 1 comments

Good day i encountered this while trying to decompress from Utf16, i went through the code and found this

image

which was called by

image

just wanted to drop this off, I checked the code, from master it was okay, it had the static keyword, as for the one i pulled from composer it did not have it.

josephdanalinsug avatar Mar 20 '17 09:03 josephdanalinsug

Faced same problem, can you fix the composer please?

mahenpatil avatar Aug 07 '17 11:08 mahenpatil