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

ASF GitHub Bot updated NETBEANS-2993:
-------------------------------------
    Labels: pull-request-available  (was: )

> PHP 7.1 generated setter return void
> ------------------------------------
>
>                 Key: NETBEANS-2993
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2993
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>            Reporter: Tomáš Procházka
>            Assignee: Junichi Yamamoto
>            Priority: Minor
>              Labels: pull-request-available
>
> Add "void" return type for generated setter in PHP >7.1 when setter is not 
> fluent.
> Example:
> {code:java}
>  public function setFoo(?string $foo): void {
>         $this->foo = $foo;
>     }{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to