Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

php8: don't call non-static methods #90

Closed
wants to merge 1 commit into from

Conversation

Drinausaur
Copy link

The ability to call non-static methods statically has been removed. Thus is_callable() will fail when checking for a non-static method with a classname (must check with an object instance).

There are other places where this happens:

image

The ability to call non-static methods statically has been removed. Thus is_callable() will fail when checking for a non-static method with a classname (must check with an object instance).
@kkhelifa-opendsi
Copy link
Contributor

fixed in the current version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants