issues
search
hotmeteor
/
spectator
OpenAPI testing for PHP
MIT License
285
stars
53
forks
source link
Add type hinting to `$path` param
#105
Closed
pH-7
closed
2 years ago
pH-7
commented
2 years ago
$path
param had missing type. The library supports at least PHP 7.4, so
string
type declaration can be added there.
Remove redundant doBlock (as we now have the them in the function signature).
Hope it helps @hotmeteor! 🙂
$path
param had missing type. The library supports at least PHP 7.4, sostring
type declaration can be added there.Hope it helps @hotmeteor! 🙂