Closed richardhughes closed 5 years ago
Hey, thanks for pull request! Could you also then remove PHPDocs there it is redundant?
Yeah no worries! I'll update it later tonight :)
Hey @povils, Removed the docblocks from the functions but AppVeyor seems to fail and I cant figure out why - Would you mind taking a look and letting me know? I'll update this PR with the fix :) Cheers!
@raphaelstolt I will take a look. But it seems it has to do with Appveyor itself than your PR :)
Since version 2 bumps the PHP version up to 7.1 we can start using newer features like type hints and we can get rid of some of the dependencies in the composer json file.
All the tests pass with the changes