codegeneration may fail on no spaces between end of php tags and semicolon when minify is enabled on the backend #14077
Labels
Issue: Cannot Reproduce
Cannot reproduce the issue on the latest `2.4-develop` branch
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Progress: needs update
Uh oh!
There was an error while loading. Please reload this page.
There is a problem whwn minfy is enabled in the backend
if there are some spaces in php inline tags forexample
in example above if the ?> is near the end of statement semicolon ; then it will result in an error on di:compile code generation and we have to edit the php codes and change it like this
so that the code generation will work when the minify is turned on in the backend
This would happened on some purchased modules which they have such coding structure and we have to manually edit the code and things go fine but such an issue by code generation is not correct while it is folloing the php coding standard and all the IDEs wont get error when there is not a such space
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: