szymach commented on issue #4527:
URL: https://github.com/apache/netbeans/issues/4527#issuecomment-1948618773
Does this explain my meaning, or should I also include how it should happen
in the IDE?
```php
namespace Demo;
use function in_array;
class someClass
{
public function someMethod(string $key): bool
{
return in_array($key, ['a value'], true);
}
}
```
--
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.
To unsubscribe, e-mail: [email protected]
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