-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PHPDoc method hints for allNullOrIs* #97
Comments
The 'downside' of the current implementation is that the And if we document The reasons for having the For now this isn't something i'm to keen on fixing as it doubles the work for most things related to this project. |
BTW there was a PR proposed last year: #68 |
I understand, do whatever you think is appropriate. I just found these methods useful and wish they were documented (not seen as "undefined"). You can close this. |
This will be closed after #126 is completed and merged. |
Shouldn't this be closed as #126 is merged? |
E.g. I used a
Assert::allNullOrIsInstanceOf(...)
in a__construct()
, it's a valid function, but without a method PHPDoc. Is this intentional or should it be added?The text was updated successfully, but these errors were encountered: