29.11.2014, 05:56
'expected token: "-string end-", but found "-identifier-"
This means you have a something (a string) that isn't closed earlier in the script, perhaps by a ']', and it has instead found 'public [FUNCTION]', which is an identifier.
Does it work without this callback? It appears to be correct...
This means you have a something (a string) that isn't closed earlier in the script, perhaps by a ']', and it has instead found 'public [FUNCTION]', which is an identifier.
Does it work without this callback? It appears to be correct...