aweber / public-api-examples

Repository containing examples for api.aweber.com
BSD 3-Clause "New" or "Revised" License
22 stars 42 forks source link

PHP fixes #5

Closed cknave closed 6 years ago

cknave commented 6 years ago

I also wanted to reexamine docblocks for functions. I found this error because my IDE raised a warning when I added a type hint. If they're still too big, single line type hints also exist (e.g. /* @var Client $client */)