-
-
Notifications
You must be signed in to change notification settings - Fork 19
Pull requests: spaze/phpstan-disallowed-calls
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Use
CallLike->getArgs()
to support PHP 8.1's first-class callable in PHP Parser
#82
by spaze
was merged Nov 1, 2021
Loading…
2
Add a config with pre-disallowed (potentially) insecure calls
#78
by spaze
was merged Aug 9, 2021
Loading…
Can allow a method/function when called from another method/function
#77
by spaze
was merged Aug 6, 2021
Loading…
Allow previously forbidden call when a param with any value is present
#75
by spaze
was merged Aug 2, 2021
Loading…
Allow calls except when a params has a specified value
#74
by spaze
was merged Jul 31, 2021
Loading…
Forbid backtick operator when
shell_exec()
is forbidden
#73
by spaze
was merged Jul 26, 2021
Loading…
Split class constant usage definition to class & constant keys
#49
by spaze
was merged Feb 10, 2021
Loading…
You can use this extension with PHPStan but without PHPStan rules, too
#47
by spaze
was merged Feb 8, 2021
Loading…
Support leading backslash in namespaces in definitions
#38
by spaze
was merged Oct 18, 2020
Loading…
Make parentheses optional in disallowed calls definition
#34
by spaze
was merged Sep 29, 2020
Loading…
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.