This is an automated email from the ASF dual-hosted git repository.
junichi11 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 64451ecaf5 Merge pull request #7421 from
junichi11/php-gh-7123-fix-imports-with-nullable-types
add 106ecb6b3e Fix the Code Completion for `static` return type #7192
new f6adf61533 Merge pull request #7431 from
junichi11/php-gh-7192-fix-cc-for-static
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:
.../php/editor/model/impl/FunctionScopeImpl.java | 3 +-
.../testfiles/completion/lib/gh7192/gh7192.php | 59 ++++++++++++++++++++++
.../lib/gh7192/gh7192.php.testGH7192_01.completion | 10 ++++
.../lib/gh7192/gh7192.php.testGH7192_02.completion | 10 ++++
.../lib/gh7192/gh7192.php.testGH7192_03.completion | 7 +++
.../completion/PHPCodeCompletionGH7192Test.java | 47 +++++++++++++++++
6 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_01.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_02.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7192/gh7192.php.testGH7192_03.completion
create mode 100644
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionGH7192Test.java
---------------------------------------------------------------------
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