jason-pomerleau / vscode-wordpress-toolbox

The ultimate WordPress snippet collection for Visual Studio Code.
MIT License
41 stars 8 forks source link

Remove second null type hint on functions where the first argument is optional. #1

Closed jason-pomerleau closed 6 years ago

jason-pomerleau commented 6 years ago

Two type hints: |null|null appear when the function's first argument is optional.

jason-pomerleau commented 6 years ago

Resolved in 1.0.3 release.