[ 
https://issues.apache.org/jira/browse/NETBEANS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junichi Yamamoto resolved NETBEANS-1552.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 10.0

Fixed.

[~vitalykk1983] Could you please verify it if possible.
It will be available with Jenkins build 889.
https://builds.apache.org/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/

Thanks.

> Syntax error for UVS
> --------------------
>
>                 Key: NETBEANS-1552
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1552
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Editor
>    Affects Versions: 10.0
>            Reporter: Junichi Yamamoto
>            Assignee: Junichi Yamamoto
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Reproducible code:
> {code:php}
> <?php
> class UVS {
>     public function isTest($param): bool {
>         return true;
>     }
> }
> ($test = new UVS()); // no error
> $isTest = ($test = new UVS())->isTest('test'); // error
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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

Reply via email to