[
https://issues.apache.org/jira/browse/NETBEANS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16665230#comment-16665230
]
Los Vitaly commented on NETBEANS-1552:
--------------------------------------
Junichi thank you very much for your time and helping.
I'm a newbie here, but try to help make NB 10 better. Today I have more time,
and find some unusual syntax in tests, and netbeans display error, so I make
reports with screenshot and code.
Hope, next release fix all bugs in vendor folder
> 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
>
> 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