Closed renedekat closed 7 years ago
I'm not quite sure what you expect me to do with this. The code style fixes aside (which I personally dislike), you went as far as changing the namespace and package name, especially bad is the namespace. You can't just change a namespace like that. Imagine the havoc it would cause on projects that uses this library. You should keep those changes in your fork and not request for a merge.
The only thing I would merge in are the extra setters as those are indeed useful.
Sorry, I changed the namespace after I created the PR, because I wanted to make some changes to my forked branch.
Didn't know that would be reflected in the Pull Request after it had been created.
Fixed some PHPDoc blocks: incorrect return types/ missing @param
Ran it through StyleCI