This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 95685350d49 Merge pull request #9282 from
Achal1607/custom-user-settings-xml
add 627351e7e25 Return type for fluent setters changed to for PHP >= 8.0
new 6cfdc63db22 Merge pull request #9431 from
DamImpr/fluent_setter_static_from_php_80
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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} | 54 ++++++++++++++--------
...er.php.testTypedPropertiesSetter_PHP80.codegen} | 0
....testTypedPropertiesSetter_PHP80Fluent.codegen} | 54 ++++++++++++++--------
.../SelectedPropertyMethodsCreatorTest.java | 20 ++++++++
9 files changed, 160 insertions(+), 73 deletions(-)
mode change 100644 => 100755
php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java
copy
php/php.editor/test/unit/data/testfiles/codegen/testTypedPropertiesSetter/{testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP74.codegen
=>
testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP74Fluent.codegen}
(54%)
copy
php/php.editor/test/unit/data/testfiles/codegen/testTypedPropertiesSetter/{testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP74.codegen
=> testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP80.codegen}
(100%)
copy
php/php.editor/test/unit/data/testfiles/codegen/testTypedPropertiesSetter/{testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP74.codegen
=>
testTypedPropertiesSetter.php.testTypedPropertiesSetter_PHP80Fluent.codegen}
(53%)
---------------------------------------------------------------------
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