-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
4.0 | Zend.Debug.CodeAnalyzer: remove sniff #58
base: 4.0
Are you sure you want to change the base?
Conversation
feb27d9
to
1ce2237
Compare
1ce2237
to
87c22c8
Compare
87c22c8
to
3148a61
Compare
@weierophinney Just checking - have you got an opinion on this proposed sniff removal ? |
@jrfnl Go for it. We've been actively steering customers to XDebug for years, as (a) Zend Debugger was only ever supported in Zend Studio, and (b) Zend Studio was last actively developed in the PHP 7.1/7.2 timeline, making it irrelevant to most users regardless. |
@weierophinney Thank you for confirming what I suspected. I will go ahead and soft deprecate this in 3.9.0, hard deprecate in the last 3.x minor and remove in 4.0. |
I have the impression that the Zend Code Analyzer tool as stand-alone tool is no longer available. Please correct me if I'm wrong. I propose to remove the sniff which allowed for running that tool via PHPCS in PHPCS 4.0, along the same lines as was already done for external JS/CSS tools in commit ea52e7b.
3148a61
to
7c4e829
Compare
Description
Recreation of upstream PR squizlabs/PHP_CodeSniffer#3802:
Suggested changelog entry
The
Zend.Debug.CodeAnalyzer
sniff has been removed