Odd B. Henriksen

Results 2 issues of Odd B. Henriksen

#### Pull Request (PR) description The PHP example was moved from README.md into its own example file under the `/Examples` directory. #### This Pull Request (PR) fixes the following issues...

waiting for code fix
invalid

Methods with undefined return type should not be tested for type. They should rather be treated like void methods. This was already attempted by comparing the return type with "[void]"...