I interesting your opinion about code style for separating lines with > 120 symbols. Where should write equal symbol? On the first line or next line?
Example #1
const MY_LONG_LONG_ORIGINAL_CONST_NAME_EXAMPLE =
'Framework\Framework\Class\Service::execute() : execute are unsupported by the Service class';
Example #2
const MY_LONG_LONG_ORIGINAL_CONST_NAME_EXAMPLE
= 'Framework\Framework\Class\Service::execute() : execute are unsupported by the Service class';
I didn’t find rules for it in PSR
.
Thank you in advance.