This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 6cfdc63db229c2322d25ae2b75fe91281136f7cf Merge: 95685350d49 627351e7e25 Author: Matthias Bläsing <[email protected]> AuthorDate: Sun Jun 21 12:27:48 2026 +0200 Merge pull request #9431 from DamImpr/fluent_setter_static_from_php_80 [PHP] Return type changed in PHP >= 8-0. Fluent setters now return `static`. .../org/netbeans/modules/php/api/PhpVersion.java | 22 +++++++ .../codegen/SinglePropertyMethodCreator.java | 6 ++ .../php/editor/completion/PHPCodeCompletion.java | 5 +- ...p.testTypedPropertiesSetter_PHP70Fluent.codegen | 36 +++++------ ...p.testTypedPropertiesSetter_PHP71Fluent.codegen | 36 +++++------ ....testTypedPropertiesSetter_PHP74Fluent.codegen} | 36 +++++------ ...ter.php.testTypedPropertiesSetter_PHP80.codegen | 72 ++++++++++++++++++++++ ....testTypedPropertiesSetter_PHP80Fluent.codegen} | 36 +++++------ .../SelectedPropertyMethodsCreatorTest.java | 20 ++++++ 9 files changed, 196 insertions(+), 73 deletions(-) --------------------------------------------------------------------- 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
