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

Make lib/Page/*.Page.php compatible with PHP 8.2 #3

Merged
merged 10 commits into from May 19, 2023

Conversation

TDannhauer
Copy link
Contributor

@TDannhauer TDannhauer commented Apr 10, 2023

PHP8.2 requires compatible interfaces between base class and extended classes. This PR unifies the interfaces

The function signature must be compatible to the Base Class. Fixes broken wicked for PHP8.2
Fix Function signature to be compatible with base class. Was broken with PHP8.2
Fix function signature to be compatible with base class, required for PHP 8.2
@TDannhauer TDannhauer changed the title Make *.Page compatible with PHP 8.2 Make lib/Page/*.Page.php compatible with PHP 8.2 Apr 10, 2023
Make function signature compatible to base class
Make function signature compatible with base class
Make function signature compatible with base class for PHP8.2
Make function signature compatible with base class for PHP8.2
Make function signature compatible to base class for PHP8.2
@TDannhauer
Copy link
Contributor Author

added also changes for getPermissions()

@szepeviktor
Copy link

@yunosh Could you take a look at this PR?

@szepeviktor szepeviktor mentioned this pull request Apr 10, 2023
Fix Wicked to make pages editable again with PHP 8.2
@TDannhauer
Copy link
Contributor Author

Any news or reviews?

@mrubinsk mrubinsk merged commit 49bf81a into horde:master May 19, 2023
@mrubinsk
Copy link
Member

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants