-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
hello how can i align nre patter like this ".=" with this "=".
Example not align:
$test_large_variable_Name = '';
$new_VAriable = '';
$new_VAriable .= 'New Text'; //->> this not align. some problem with "-=" & "+="
NEXT->
$integer_Increment = 0;
$test_large_variable_Name = '';
$new_VAriable = '';
$integer_Increment += $integer_Increment + 3;
$integer_Increment++;
$new_VAriable .= 'New Text';
Metadata
Metadata
Assignees
Labels
No labels