-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing import + "WP_error" #1
Comments
Good catch - thank you! |
Please consider using PHPStan. |
alexstandiford
added a commit
that referenced
this issue
Jun 22, 2021
alexstandiford
added a commit
that referenced
this issue
Jun 22, 2021
Resolved in #29 |
Closed
Merged
alexstandiford
added a commit
that referenced
this issue
Jun 22, 2021
* Fixes incorrect references to "WP_error" #1 (#29) * Introduces find method in Loader Registry. #28 (#30) Resolves #28 * Issue/31 - Introduce middleware API (#33) * Moves has_trait method in Underpin class. #31 This helper method is something that can be used outside of this system. With the trend of adding methods to Underpin as static methods, it makes sense to move this method, as well. * Introduces Middleware API. #31 * Updates Readme #31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many abstracts have
WP_error
- note the "e" - and lackuse WP_Error;
The text was updated successfully, but these errors were encountered: