-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Improve PHPDoc block parameter typing in Exceptions::dontReportWhen() #56439
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
Conversation
I think you need also to take a look for this: framework/src/Illuminate/Foundation/Exceptions/Handler.php Lines 289 to 304 in 113f194
|
@AhmedAlaa4611 What exactly do you mean with this? |
I think -but not sure- that we may need to update the corresponding one. What do you think about that? |
Ah, right—thanks for the hint 👍🏻 |
Sorry, other question. Should we use framework/src/Illuminate/Foundation/Exceptions/Handler.php Lines 297 to 299 in 113f194
we checks if the |
It looks like it accepts both |
I'm not sure to be honest, but I think they should be the same either |
That would mean to revert #56435 |
I made that because the Now, what we do is: Illuminate\Foundation\Configuration\Exceptions::dontReportWhen takes the I think we need to refine them but not sure weather to use |
Well, technically, |
I agree with your technical nuance regarding the possibility of different call scenarios. Given that, I’m convinced the current state of this PR handles this appropriately. Thanks |
Thanks a lot! :) |
Follow-up to #56435