-
Notifications
You must be signed in to change notification settings - Fork 179
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
Module function isPublicModule() should return a bool #4282
Comments
This adds return types to functions in the Module base class, except for isPublicModule(). Issue #4282 created for the latter.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The Stale label is being removed automatically because some activity has occurred or because the developers have decided that this pull request is important and should not continue to be overlooked. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Add a return type hint to the isPublicModule method. Resolves aces#4282
Add a return type hint to the isPublicModule method. Resolves aces#4282
Add a return type hint to the isPublicModule method. Resolves aces#4282
Add a return type hint to the isPublicModule method. Resolves #4282
The function signature in the Module class for
isPublicModule
should include a boolean return type (public function isPublicModule() : bool
), which wasn't done in #4234.It should be fairly easy to update it, but updating it will require changing every Module subclass in each
modules/$modulaname/php
directory.The text was updated successfully, but these errors were encountered: