Closed fredden closed 1 year ago
@fredden Sorry, but I'm shocked and very dismayed to see the copyright infringement going on here and am absolutely not willing to spend one second of my time on debugging issues with stolen code.
Please tell the Magento standard to use the PHPCompatibility standard as a Composer dependency and remove any and all remnants of the stolen code from their codebase.
I really am very very angry about this. The amount of time I spend writing these sniffs without any compensation is HUGE, only to then see them being ripped off and passed off as if they are from another standard is extremely offensive. This needs to be remedied and fast.
Unbelievable and totally unacceptable. Either these people don't have a clue how open source and codesniffer standards work, or they just don't care.
This shows very little respect for all the incredibly hard work @jrfnl has put in for years.
Credit must always be given where it's due. Don't copy other repos, that's very disrespectful and a violation of the license.
Following #464, I'm now seeing test failures in the testsuite for https://github.com/magento/magento-coding-standard (example: https://github.com/magento/magento-coding-standard/actions/runs/4990320894/jobs/9174508171?pr=445).
The stack trace for this error is below. The entry point into PHPCSUtils is:
FunctionDeclarations::getProperties($phpcsFile, $stackPtr);
, which does not seem wrong to me. The logic insideCache::isCached()
assumes that a fixer is always available, which seems to not hold true in this particular case.