Skip to content
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

Catch error and exception (#1431) #1465

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Catch error and exception (#1431) #1465

merged 1 commit into from
Sep 6, 2023

Conversation

mfn
Copy link
Collaborator

@mfn mfn commented Sep 6, 2023

Summary

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Misc. change (internal, infrastructure, maintenance, etc.)

Checklist

  • Existing tests have been adapted and/or new tests have been added
  • Add a CHANGELOG.md entry
  • Update the README.md
  • Code style has been fixed via composer fix-style

@mfn mfn requested a review from barryvdh September 6, 2023 10:26
@mfn mfn self-assigned this Sep 6, 2023
@mfn mfn mentioned this pull request Sep 6, 2023
1 task
Comment on lines -326 to +327
list($className, $name) = explode('::', $real);
[$className, $name] = explode('::', $real);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry this… happened automagically due to phpstorm, hope you don't mind.

@barryvdh barryvdh merged commit 1a3affd into master Sep 6, 2023
33 checks passed
@mfn mfn deleted the mfn-1431 branch January 28, 2024 19:04
@mfn mfn mentioned this pull request Jan 28, 2024
9 tasks
d3v2a pushed a commit to d3v2a/laravel-ide-helper that referenced this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alias loading Missing Throwable exception catch
2 participants