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

[2.x] Add Observer Classifier #128

Closed
stefanzweifel opened this issue Oct 19, 2018 · 0 comments · Fixed by #177
Closed

[2.x] Add Observer Classifier #128

stefanzweifel opened this issue Oct 19, 2018 · 0 comments · Fixed by #177
Assignees

Comments

@stefanzweifel
Copy link
Owner

There's currently no classifier for Observers. As Observers are plain PHP Classes which do not extend other classes, detecting those is a bit trickier.

Laravel uses observe and registerObserver under the hood. I don't know how a classifier could loop through this code, but the solution lies somewhere in there 🔮.

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

Successfully merging a pull request may close this issue.

1 participant