Crell / ApiProblem

A simple implementation of the api-problem specification. Includes PSR-15 support.
MIT License
239 stars 21 forks source link

Remove duplicate unset() in the decompile() method. #1

Closed matason closed 11 years ago

matason commented 11 years ago

It's looking good Larry, spotted what I think is unnecessary repetition of unset() in the decompile method which I've removed in this pull request.

Crell commented 11 years ago

Yep, I forgot to remove those. Thanks, and congrats on being the first pull request. :-)