Closed cknave closed 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 */)
/* @var Client $client */
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 */
)