You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the compilation aborts with an error: syntax error, unexpected token "readonly", expecting identifier
Class Name can not be "ReadOnly" here (Ui/DataProvider/Product/Form/Modifier/ReadOnly.php)
If you change the class name to "ReadOnly2" for example and also change the class name in the di.xml (etc/adminhtml/), the compilation process works fine.
The text was updated successfully, but these errors were encountered:
Hi
We're working on compatibility with PHP 8 and Magento 2.4.5 internally, the above issue is already fixed internally and will be released when after we ensure MageSuite compatibility.
the compilation aborts with an error:
syntax error, unexpected token "readonly", expecting identifier
Class Name can not be "ReadOnly" here (Ui/DataProvider/Product/Form/Modifier/ReadOnly.php)
If you change the class name to "ReadOnly2" for example and also change the class name in the di.xml (etc/adminhtml/), the compilation process works fine.
The text was updated successfully, but these errors were encountered: