[
https://issues.apache.org/jira/browse/NETBEANS-2873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Junichi Yamamoto resolved NETBEANS-2873.
----------------------------------------
Resolution: Fixed
Fix Version/s: 11.2
> Suggest using combined assignment operators
> -------------------------------------------
>
> Key: NETBEANS-2873
> URL: https://issues.apache.org/jira/browse/NETBEANS-2873
> Project: NetBeans
> Issue Type: New Feature
> Components: php - Editor
> Reporter: Junichi Yamamoto
> Assignee: Junichi Yamamoto
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.2
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> e.g.
> {code:php}
> // ??
> $string = $string ?? "value"; // before
> $string ??= "value"; // after
> // +
> $x = $x + 100; // before
> $x += 100; // after{code}
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists