Detect callables and dynamic calls #286
spaze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version replaces 4.1.0 in which callables were not detected in constructors. The notes below are the taken from 4.1.0.
This release adds new detections listed below, meaning it's possible that you'll see new error messages.
First class callable syntax (#279), for example:
Dynamic calls (#276, #278), for example:
Test anonymous class usages (#277), for example:
Anonymous class usages (when the anonymous class extends
DisallowedClass
for example) were detected before, however the detection is now tested.Detect callable parameters (#281, #283, #285), for example:
This discussion was created from the release Detect callables and dynamic calls.
Beta Was this translation helpful? Give feedback.
All reactions