KacerCZ commented on pull request #2704:
URL: https://github.com/apache/netbeans/pull/2704#issuecomment-765397058


   According to RFC name of argument can be also reserved keyword.
   
   In following code
   ```php
   function searchInArray(array $array) {}
   searchArray(array: []);
   ```
   NetBeans highlights `array` on second line even if it is not keyword.
   Similar case is also for other keywords (`instanceof`, `string`, ...)
   
   This is not big problem and I don't know if it can be easily fixed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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