lanthaler / JsonLD

JSON-LD processor for PHP
MIT License
335 stars 62 forks source link

Remove invalid use of reserved keyword "Object" #79

Closed nichtich closed 5 years ago

nichtich commented 6 years ago

Since PHP 7.2 "Object" is reserved so the current use caused an error.

This should fix at least parts of issue #50 but tests are failing. I am not sure whether this is related to this commit or independently because the unpatched master branch also fails at my setup.

osma commented 6 years ago

I suggest dropping this PR in favor of #92