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

Remove strict_types declaration #842

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Aug 10, 2023

The code base is not ready for it yet.

Reverts efe70f4
Partially reverts 93fe459 and some other commits

Fixes: #810
Fixes: #831
Fixes: #801
Fixes: #802

As mentioned in `get_class` PHP manual entry:

> Explicitly passing `null` as the `object` is no longer allowed as of PHP 7.2.0 and emits an `E_WARNING`. As of PHP 8.0.0, a `TypeError` is emitted when `null` is used.

https://www.php.net/manual/en/function.get-class.php

(cherry picked from commit 24ff643)
The code base is not ready for it yet.

Reverts efe70f4
Partially reverts 93fe459 and some other commits
@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 28, 2023

@mblaney This is ready now.

@mblaney mblaney merged commit 419f1ec into simplepie:one-dot-eight Sep 20, 2023
8 checks passed
@jtojnar jtojnar deleted the one-dot-eight branch September 20, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants