Andrii Beziazychnyi
Andrii Beziazychnyi
This PR extends `RestrictedCodeSniff` to catch usages of obsolete `Zend_` classes Please look at https://jira.corp.adobe.com/browse/AC-6290
@magento give me 2.4.4 instance with env PHP 8.1
Hello @khoimm92 The provided fix resolves problem described by you. We checked it. Thank you for your collaboration
This PR already merged and shouldn't have pending review status
Hello @rutvik-monpara Thank you for your collaboration Sorry, but this issue and attached PR is duplicated with [previous one](https://github.com/magento/magento2/issues/37898). I think we need to close this issue and PR to...
Hello @hostep Thank you for your collaboration Looks like the test failures are not related from this PR Also, I think it would be great to check less files in...
I found 3 files in theme `Magento/spectrum` that should be fixed. Waiting for answer about next actions from Adobe team cc @hostep @ihor-sviziev @mrtuvn @sidolov
Hello @hostep What do you think about [this part of code](https://github.com/magento/magento2/blob/2.4-develop/app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less#L925-L926)? Should we put division calculation in parentheses here? `border-width: ((@_field-error-triangle__width / 2) + 1) ((@_field-error-triangle__width / 2) + 2)...
The necessary fixes for Magento EE repository have been provided to @engcom-Hotel in the patch
> @andrewbess: it's not needed to add extra parentheses in those lines you mentioned. Mathemetics in less follows the same principles as normal mathematics, in that divisions have a higher...