You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2019/08/31 13:23:00 UTC

[jira] [Commented] (NETBEANS-2993) PHP 7.1 generated setter return void

    [ https://issues.apache.org/jira/browse/NETBEANS-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16920122#comment-16920122 ] 

Tomáš Procházka commented on NETBEANS-2993:
-------------------------------------------

Works as expected. Thank you.

> 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
>             Fix For: 11.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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
(v8.3.2#803003)

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

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