We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I just noticed that classes like WP_Service_Worker_Caching_Routes are not marked as final:
WP_Service_Worker_Caching_Routes
final
pwa-wp/wp-includes/components/class-wp-service-worker-caching-routes.php
Line 13 in 230ed8f
All classes that are not intended to be extended should be marked as final.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I just noticed that classes like
WP_Service_Worker_Caching_Routes
are not marked asfinal
:pwa-wp/wp-includes/components/class-wp-service-worker-caching-routes.php
Line 13 in 230ed8f
All classes that are not intended to be extended should be marked as
final
.The text was updated successfully, but these errors were encountered: