You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by tm...@apache.org on 2022/03/26 14:09:38 UTC

[netbeans] branch master updated (ebb8086 -> 0b14739)

This is an automated email from the ASF dual-hosted git repository.

tmysik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from ebb8086  Upgrade Apache Maven from 3.8.4 to 3.8.5 (#3796)
     new 38d56ea  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types (Part 3)
     new 1f4cba0  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types (Part 4)
     new f776f09  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types (Part 5)
     new db794f1  [NETBEANS-5599] PHP 8.1 Support: Pure intersection types (Part 6)
     new 0b14739  Merge pull request #3872 from junichi11/php81-pure-intersection-types

The 6810 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/php.api.phpmodule/manifest.mf                  |   2 +-
 .../netbeans/modules/php/api/util/StringUtils.java |  55 ++++
 .../modules/php/api/util/StringUtilsTest.java      |  76 +++++
 php/php.editor/nbproject/project.properties        |   2 +-
 php/php.editor/nbproject/project.xml               |   2 +-
 .../org/netbeans/modules/php/editor/CodeUtils.java |  14 +-
 .../php/editor/api/elements/FieldElement.java      |   2 +
 .../modules/php/editor/codegen/CGSInfo.java        |   4 +
 .../editor/completion/CompletionContextFinder.java |  65 ++--
 .../modules/php/editor/completion/DocRenderer.java |  50 ++-
 .../php/editor/completion/PHPCodeCompletion.java   | 107 ++++---
 .../php/editor/completion/PHPCompletionItem.java   |  35 +-
 .../elements/BaseFunctionElementSupport.java       |  25 +-
 .../php/editor/elements/FieldElementImpl.java      |  47 ++-
 .../php/editor/elements/TypeResolverImpl.java      |   2 +-
 .../php/editor/model/impl/FieldElementImpl.java    |   2 +-
 .../modules/php/editor/model/impl/Type.java        |  31 ++
 .../php/editor/parser/PHPDocCommentParser.java     |   4 +-
 .../editor/typinghooks/PhpCommentGenerator.java    |   5 +-
 .../ImplementAbstractMethodsHintError.java         |   1 -
 .../verification/UnusableTypesHintError.java       |  66 +++-
 .../testIntersectionTypesConstructor.php}          |  18 +-
 ...or.php.testIntersectionTypesConstructor.codegen |   5 +
 .../testIntersectionTypesGetter.php}               |  18 +-
 ...sGetter.php.testIntersectionTypesGetter.codegen |  16 +
 .../testIntersectionTypesImplementMethod01.php}    |  32 +-
 ....testIntersectionTypesImplementMethod01.codegen |   4 +
 .../testIntersectionTypesImplementMethod02.php}    |  35 +-
 ....testIntersectionTypesImplementMethod02.codegen |   2 +
 .../testIntersectionTypesImplementMethod03.php}    |  31 +-
 ....testIntersectionTypesImplementMethod03.codegen |   2 +
 .../testIntersectionTypesImplementMethod04.php}    |  27 +-
 ....testIntersectionTypesImplementMethod04.codegen |   2 +
 .../testIntersectionTypesOverrideMethod01.php}     |  27 +-
 ...p.testIntersectionTypesOverrideMethod01.codegen |   3 +
 .../testIntersectionTypesOverrideMethod02.php}     |  37 ++-
 ...p.testIntersectionTypesOverrideMethod02.codegen |   3 +
 .../testIntersectionTypesOverrideMethod03.php}     |  33 +-
 ...p.testIntersectionTypesOverrideMethod03.codegen |   3 +
 .../testIntersectionTypesSetter.php}               |  18 +-
 ...sSetter.php.testIntersectionTypesSetter.codegen |  16 +
 .../documentation/fieldWithoutPhpDoc.php           |   6 +-
 ...php.testFieldIntersectionTypeWithoutPhpDoc.html |   9 +
 ...Doc.php.testFieldLongNameTypeWithoutPhpDoc.html |   9 +
 ...Doc.php.testFieldNullableTypeWithoutPhpDoc.html |   4 +-
 ...PhpDoc.php.testFieldUnionTypeWithoutPhpDoc.html |   4 +-
 .../documentation/functionWithoutPhpDoc.php        |   8 +
 ....testFunctionIntersectionTypeWithoutPhpDoc.html |  14 +
 ...hp.testMethodIntersectionTypeWithoutPhpDoc.html |  14 +
 .../mixedtypes_1.php.testMixedType01_1.completion  |   2 +-
 .../mixedtypes_1.php.testMixedType02_1.completion  |   2 +-
 .../mixedtypes_1.php.testMixedType03_1.completion  |   2 +-
 ...TypedProperties20WithSpecialTypes_01.completion |   4 +-
 ...TypedProperties20WithSpecialTypes_03.completion |   4 +-
 ...TypedProperties20WithSpecialTypes_05.completion |   4 +-
 ...Operator.php.testNullsafeOperator_01.completion |   2 +-
 ...Operator.php.testNullsafeOperator_02.completion |   2 +-
 .../unionTypes.php.testUnionTypes_01.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_02.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_03.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_04.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_05.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_06.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_07.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_08.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_09.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_10.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_11.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_12.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_13.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_14.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_15.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_16.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_17.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_18.completion    |   4 +-
 .../unionTypes.php.testUnionTypes_19.completion    |   4 +-
 ...hp.testUnionTypesWithSpecialTypes_01.completion |   2 +-
 ...hp.testUnionTypesWithSpecialTypes_03.completion |   2 +-
 ...hp.testUnionTypesWithSpecialTypes_04.completion |   2 +-
 ...hp.testUnionTypesWithSpecialTypes_06.completion |   2 +-
 .../testIntersectionTypes/intersectionTypes.php    | 123 +++++++
 ...onTypes.php.testIntersectionTypes_01.completion |  10 +
 ...onTypes.php.testIntersectionTypes_02.completion |   9 +
 ...onTypes.php.testIntersectionTypes_03.completion |   9 +
 ...onTypes.php.testIntersectionTypes_04.completion |   7 +
 ...onTypes.php.testIntersectionTypes_05.completion |   9 +
 ...onTypes.php.testIntersectionTypes_06.completion |  11 +
 ...onTypes.php.testIntersectionTypes_07.completion |   9 +
 ...onTypes.php.testIntersectionTypes_08.completion |   9 +
 ...onTypes.php.testIntersectionTypes_09.completion |  11 +
 ...onTypes.php.testIntersectionTypes_10.completion |  11 +
 ...onTypes.php.testIntersectionTypes_11.completion |   9 +
 ...onTypes.php.testIntersectionTypes_12.completion |  11 +
 ...onTypes.php.testIntersectionTypes_13.completion |   9 +
 ...onTypes.php.testIntersectionTypes_14.completion |  11 +
 ...onTypes.php.testIntersectionTypes_15.completion |   7 +
 ...onTypes.php.testIntersectionTypes_16.completion |   9 +
 ...onTypes.php.testIntersectionTypes_17.completion |  11 +
 ...onTypes.php.testIntersectionTypes_18.completion |   9 +
 ...onTypes.php.testIntersectionTypes_19.completion |  11 +
 .../intersectionTypesFields01.php}                 |  20 +-
 ...01.php.testIntersectionTypesFields01.completion |   8 +
 .../intersectionTypesFields02.php}                 |  20 +-
 ...02.php.testIntersectionTypesFields02.completion |   5 +
 .../intersectionTypesFields03.php}                 |  20 +-
 ...03.php.testIntersectionTypesFields03.completion |   8 +
 .../intersectionTypesFields04.php}                 |  20 +-
 ...04.php.testIntersectionTypesFields04.completion |   5 +
 .../intersectionTypesFields05.php}                 |  20 +-
 ...05.php.testIntersectionTypesFields05.completion |   8 +
 .../intersectionTypesFields06.php}                 |  20 +-
 ...06.php.testIntersectionTypesFields06.completion |   8 +
 .../intersectionTypesFunctionParameterType01.php}  |  16 +-
 ...rsectionTypesFunctionParameterType01.completion |   6 +
 .../intersectionTypesFunctionParameterType02.php}  |  16 +-
 ...rsectionTypesFunctionParameterType02.completion |   5 +
 .../intersectionTypesFunctionParameterType03.php}  |  16 +-
 ...rsectionTypesFunctionParameterType03.completion |   6 +
 .../intersectionTypesFunctionParameterType04.php}  |  16 +-
 ...rsectionTypesFunctionParameterType04.completion |   6 +
 .../intersectionTypesFunctionParameterType05.php}  |  18 +-
 ...rsectionTypesFunctionParameterType05.completion |   6 +
 .../intersectionTypesFunctionParameterType06.php}  |  18 +-
 ...rsectionTypesFunctionParameterType06.completion |   5 +
 .../intersectionTypesFunctionParameterType07.php}  |  18 +-
 ...rsectionTypesFunctionParameterType07.completion |   6 +
 .../intersectionTypesFunctionParameterType08.php}  |  18 +-
 ...rsectionTypesFunctionParameterType08.completion |   5 +
 .../intersectionTypesFunctionParameterType09.php}  |  18 +-
 ...rsectionTypesFunctionParameterType09.completion |   5 +
 .../intersectionTypesFunctionReturnType01.php}     |  16 +-
 ...ntersectionTypesFunctionReturnType01.completion |   6 +
 .../intersectionTypesFunctionReturnType02.php}     |  16 +-
 ...ntersectionTypesFunctionReturnType02.completion |   5 +
 .../intersectionTypesFunctionReturnType03.php}     |  16 +-
 ...ntersectionTypesFunctionReturnType03.completion |   5 +
 .../intersectionTypesFunctionReturnType04.php}     |  16 +-
 ...ntersectionTypesFunctionReturnType04.completion |   6 +
 .../intersectionTypesFunctions.php}                |  24 +-
 ...hp.testIntersectionTypesFunctions_01.completion |   6 +
 ...hp.testIntersectionTypesFunctions_02.completion |   7 +
 ...hp.testIntersectionTypesFunctions_03.completion |   6 +
 ...hp.testIntersectionTypesFunctions_04.completion |  21 ++
 ...hp.testIntersectionTypesFunctions_05.completion |   7 +
 ...hp.testIntersectionTypesFunctions_06.completion |   6 +
 ...hp.testIntersectionTypesFunctions_07.completion |   6 +
 ...hp.testIntersectionTypesFunctions_08.completion |   7 +
 ...hp.testIntersectionTypesFunctions_09.completion |  21 ++
 ...hp.testIntersectionTypesFunctions_10.completion |   7 +
 ...hp.testIntersectionTypesFunctions_11.completion |   6 +
 ...hp.testIntersectionTypesFunctions_12.completion |   7 +
 ...hp.testIntersectionTypesFunctions_13.completion |   7 +
 ...hp.testIntersectionTypesFunctions_14.completion |   4 +
 ...hp.testIntersectionTypesFunctions_15.completion |  21 ++
 ...hp.testIntersectionTypesFunctions_16.completion |   6 +
 ...hp.testIntersectionTypesFunctions_17.completion |   7 +
 ...hp.testIntersectionTypesFunctions_18.completion |   6 +
 ...hp.testIntersectionTypesFunctions_19.completion |   7 +
 ...hp.testIntersectionTypesFunctions_20.completion |   4 +
 .../testIntersectionTypesImplementMethod01.php}    |  28 +-
 ...tIntersectionTypesImplementMethod01.cccustomtpl |   4 +
 .../testIntersectionTypesImplementMethod02.php}    |  36 ++-
 ...tIntersectionTypesImplementMethod02.cccustomtpl |   4 +
 .../testIntersectionTypesImplementMethod03.php}    |  32 +-
 ...tIntersectionTypesImplementMethod03.cccustomtpl |   4 +
 .../testIntersectionTypesImplementMethod04.php}    |  27 +-
 ...tIntersectionTypesImplementMethod04.cccustomtpl |   4 +
 .../intersectionTypesMethods.php                   |  65 ++++
 ....php.testIntersectionTypesMethods_01.completion |  25 ++
 ....php.testIntersectionTypesMethods_02.completion |   5 +
 ....php.testIntersectionTypesMethods_03.completion |  11 +
 ....php.testIntersectionTypesMethods_04.completion |   9 +
 ....php.testIntersectionTypesMethods_05.completion |  25 ++
 ....php.testIntersectionTypesMethods_06.completion |   5 +
 ....php.testIntersectionTypesMethods_07.completion |  28 ++
 ....php.testIntersectionTypesMethods_08.completion |  11 +
 ....php.testIntersectionTypesMethods_09.completion |   5 +
 ....php.testIntersectionTypesMethods_10.completion |   5 +
 ....php.testIntersectionTypesMethods_11.completion |   5 +
 ....php.testIntersectionTypesMethods_12.completion |  11 +
 ....php.testIntersectionTypesMethods_13.completion |   5 +
 ....php.testIntersectionTypesMethods_14.completion |  11 +
 ....php.testIntersectionTypesMethods_15.completion |   5 +
 ....php.testIntersectionTypesMethods_16.completion |   5 +
 ....php.testIntersectionTypesMethods_17.completion |   5 +
 ....php.testIntersectionTypesMethods_18.completion |   5 +
 ....php.testIntersectionTypesMethods_19.completion |   5 +
 ....php.testIntersectionTypesMethods_20.completion |   5 +
 ....php.testIntersectionTypesMethods_21.completion |   5 +
 ....php.testIntersectionTypesMethods_22.completion |   5 +
 .../testIntersectionTypesOverrideMethod01.php}     |  27 +-
 ...stIntersectionTypesOverrideMethod01.cccustomtpl |   4 +
 .../testIntersectionTypesOverrideMethod02.php}     |  38 ++-
 ...stIntersectionTypesOverrideMethod02.cccustomtpl |   4 +
 .../testIntersectionTypesOverrideMethod03.php}     |  34 +-
 ...stIntersectionTypesOverrideMethod03.cccustomtpl |   4 +
 .../testIntersectionTypesImplementMethod01.php}    |  27 +-
 ...Method01.php.testIntersectionTypesFix_01.fixed} |  28 +-
 ...mentMethod01.php.testIntersectionTypes_01.hints |   5 +
 .../testIntersectionTypesImplementMethod02.php}    |  35 +-
 ...Method02.php.testIntersectionTypesFix_02.fixed} |  39 ++-
 ...mentMethod02.php.testIntersectionTypes_02.hints |   5 +
 .../testIntersectionTypesImplementMethod03.php}    |  31 +-
 ...Method03.php.testIntersectionTypesFix_03.fixed} |  35 +-
 ...mentMethod03.php.testIntersectionTypes_03.hints |   5 +
 .../testIntersectionTypesImplementMethod04.php}    |  26 +-
 ...Method04.php.testIntersectionTypesFix_04.fixed} |  28 +-
 ...mentMethod04.php.testIntersectionTypes_04.hints |   5 +
 .../intersectionTypes_01.php}                      |  27 +-
 ...ypes_01.php.testIntersectionTypesFix_01a.fixed} |  31 +-
 ...ypes_01.php.testIntersectionTypesFix_01b.fixed} |  31 +-
 ...ionTypes_01.php.testIntersectionTypes_01a.hints |   8 +
 ...ionTypes_01.php.testIntersectionTypes_01b.hints |   8 +
 .../testIntersectionTypes_01.php                   |  77 +++++
 ...tionTypes_01.php.testIntersectionTypes_01.hints | 147 +++++++++
 .../SelectedPropertyMethodsCreatorTest.java        |  83 +++++
 .../editor/completion/PHP81CodeCompletionTest.java | 355 +++++++++++++++++++++
 .../editor/completion/PHPCCDocumentationTest.java  |  16 +
 .../typinghooks/PhpCommentGeneratorTest.java       |  95 ++++++
 .../ImplementAbstractMethodsHintErrorTest.java     |  32 ++
 .../InitializeFieldsSuggestionTest.java            |  16 +
 .../verification/UnusableTypesHintErrorTest.java   |   4 +
 222 files changed, 3046 insertions(+), 722 deletions(-)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesConstructor/testIntersectionTypesConstructor.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesConstructor/testIntersectionTypesConstructor.php.testIntersectionTypesConstructor.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesGetter/testIntersectionTypesGetter.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesGetter/testIntersectionTypesGetter.php.testIntersectionTypesGetter.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesImplementMethod01/testIntersectionTypesImplementMethod01.php} (68%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesImplementMethod01/testIntersectionTypesImplementMethod01.php.testIntersectionTypesImplementMethod01.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesImplementMethod02/testIntersectionTypesImplementMethod02.php} (68%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesImplementMethod02/testIntersectionTypesImplementMethod02.php.testIntersectionTypesImplementMethod02.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesImplementMethod03/testIntersectionTypesImplementMethod03.php} (70%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesImplementMethod03/testIntersectionTypesImplementMethod03.php.testIntersectionTypesImplementMethod03.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesImplementMethod04/testIntersectionTypesImplementMethod04.php} (76%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesImplementMethod04/testIntersectionTypesImplementMethod04.php.testIntersectionTypesImplementMethod04.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesOverrideMethod01/testIntersectionTypesOverrideMethod01.php} (76%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesOverrideMethod01/testIntersectionTypesOverrideMethod01.php.testIntersectionTypesOverrideMethod01.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesOverrideMethod02/testIntersectionTypesOverrideMethod02.php} (67%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesOverrideMethod02/testIntersectionTypesOverrideMethod02.php.testIntersectionTypesOverrideMethod02.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesOverrideMethod03/testIntersectionTypesOverrideMethod03.php} (69%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesOverrideMethod03/testIntersectionTypesOverrideMethod03.php.testIntersectionTypesOverrideMethod03.codegen
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => codegen/testIntersectionTypesSetter/testIntersectionTypesSetter.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/codegen/testIntersectionTypesSetter/testIntersectionTypesSetter.php.testIntersectionTypesSetter.codegen
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/documentation/fieldWithoutPhpDoc.php.testFieldIntersectionTypeWithoutPhpDoc.html
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/documentation/fieldWithoutPhpDoc.php.testFieldLongNameTypeWithoutPhpDoc.html
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/documentation/functionWithoutPhpDoc.php.testFunctionIntersectionTypeWithoutPhpDoc.html
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/documentation/functionWithoutPhpDoc.php.testMethodIntersectionTypeWithoutPhpDoc.html
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_01.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_02.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_03.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_04.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_05.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_06.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_07.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_08.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_09.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_10.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_11.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_12.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_13.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_14.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_15.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_16.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_17.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_18.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypes/intersectionTypes.php.testIntersectionTypes_19.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields01/intersectionTypesFields01.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields01/intersectionTypesFields01.php.testIntersectionTypesFields01.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields02/intersectionTypesFields02.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields02/intersectionTypesFields02.php.testIntersectionTypesFields02.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields03/intersectionTypesFields03.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields03/intersectionTypesFields03.php.testIntersectionTypesFields03.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields04/intersectionTypesFields04.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields04/intersectionTypesFields04.php.testIntersectionTypesFields04.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields05/intersectionTypesFields05.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields05/intersectionTypesFields05.php.testIntersectionTypesFields05.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFields06/intersectionTypesFields06.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFields06/intersectionTypesFields06.php.testIntersectionTypesFields06.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType01/intersectionTypesFunctionParameterType01.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType01/intersectionTypesFunctionParameterType01.php.testIntersectionTypesFunctionParameterType01.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType02/intersectionTypesFunctionParameterType02.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType02/intersectionTypesFunctionParameterType02.php.testIntersectionTypesFunctionParameterType02.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType03/intersectionTypesFunctionParameterType03.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType03/intersectionTypesFunctionParameterType03.php.testIntersectionTypesFunctionParameterType03.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType04/intersectionTypesFunctionParameterType04.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType04/intersectionTypesFunctionParameterType04.php.testIntersectionTypesFunctionParameterType04.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType05/intersectionTypesFunctionParameterType05.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType05/intersectionTypesFunctionParameterType05.php.testIntersectionTypesFunctionParameterType05.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType06/intersectionTypesFunctionParameterType06.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType06/intersectionTypesFunctionParameterType06.php.testIntersectionTypesFunctionParameterType06.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType07/intersectionTypesFunctionParameterType07.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType07/intersectionTypesFunctionParameterType07.php.testIntersectionTypesFunctionParameterType07.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType08/intersectionTypesFunctionParameterType08.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType08/intersectionTypesFunctionParameterType08.php.testIntersectionTypesFunctionParameterType08.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionParameterType09/intersectionTypesFunctionParameterType09.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionParameterType09/intersectionTypesFunctionParameterType09.php.testIntersectionTypesFunctionParameterType09.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionReturnType01/intersectionTypesFunctionReturnType01.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionReturnType01/intersectionTypesFunctionReturnType01.php.testIntersectionTypesFunctionReturnType01.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionReturnType02/intersectionTypesFunctionReturnType02.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionReturnType02/intersectionTypesFunctionReturnType02.php.testIntersectionTypesFunctionReturnType02.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionReturnType03/intersectionTypesFunctionReturnType03.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionReturnType03/intersectionTypesFunctionReturnType03.php.testIntersectionTypesFunctionReturnType03.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctionReturnType04/intersectionTypesFunctionReturnType04.php} (77%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctionReturnType04/intersectionTypesFunctionReturnType04.php.testIntersectionTypesFunctionReturnType04.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php} (59%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_01.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_02.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_03.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_04.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_05.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_06.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_07.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_08.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_09.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_10.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_11.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_12.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_13.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_14.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_15.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_16.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_17.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_18.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_19.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesFunctions/intersectionTypesFunctions.php.testIntersectionTypesFunctions_20.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesImplementMethod01/testIntersectionTypesImplementMethod01.php} (75%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesImplementMethod01/testIntersectionTypesImplementMethod01.php.testIntersectionTypesImplementMethod01.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesImplementMethod02/testIntersectionTypesImplementMethod02.php} (67%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesImplementMethod02/testIntersectionTypesImplementMethod02.php.testIntersectionTypesImplementMethod02.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesImplementMethod03/testIntersectionTypesImplementMethod03.php} (70%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesImplementMethod03/testIntersectionTypesImplementMethod03.php.testIntersectionTypesImplementMethod03.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesImplementMethod04/testIntersectionTypesImplementMethod04.php} (75%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesImplementMethod04/testIntersectionTypesImplementMethod04.php.testIntersectionTypesImplementMethod04.cccustomtpl
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_01.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_02.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_03.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_04.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_05.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_06.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_07.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_08.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_09.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_10.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_11.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_12.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_13.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_14.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_15.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_16.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_17.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_18.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_19.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_20.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_21.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesMethods/intersectionTypesMethods.php.testIntersectionTypesMethods_22.completion
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesOverrideMethod01/testIntersectionTypesOverrideMethod01.php} (75%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesOverrideMethod01/testIntersectionTypesOverrideMethod01.php.testIntersectionTypesOverrideMethod01.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesOverrideMethod02/testIntersectionTypesOverrideMethod02.php} (66%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesOverrideMethod02/testIntersectionTypesOverrideMethod02.php.testIntersectionTypesOverrideMethod02.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/completion/{documentation/fieldWithoutPhpDoc.php => lib/php81/testIntersectionTypesOverrideMethod03/testIntersectionTypesOverrideMethod03.php} (68%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/php81/testIntersectionTypesOverrideMethod03/testIntersectionTypesOverrideMethod03.php.testIntersectionTypesOverrideMethod03.cccustomtpl
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod01.php} (76%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod01.php.testIntersectionTypesFix_01.fixed} (72%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod01.php.testIntersectionTypes_01.hints
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod02.php} (68%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod02.php.testIntersectionTypesFix_02.fixed} (63%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod02.php.testIntersectionTypes_02.hints
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod03.php} (70%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod03.php.testIntersectionTypesFix_03.fixed} (64%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod03.php.testIntersectionTypes_03.hints
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod04.php} (76%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod04.php.testIntersectionTypesFix_04.fixed} (71%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/testIntersectionTypesImplementMethod04.php.testIntersectionTypes_04.hints
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/InitializeFieldsSuggestion/intersectionTypes_01.php} (75%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/InitializeFieldsSuggestion/intersectionTypes_01.php.testIntersectionTypesFix_01a.fixed} (71%)
 copy php/php.editor/test/unit/data/testfiles/{completion/documentation/fieldWithoutPhpDoc.php => verification/InitializeFieldsSuggestion/intersectionTypes_01.php.testIntersectionTypesFix_01b.fixed} (70%)
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/InitializeFieldsSuggestion/intersectionTypes_01.php.testIntersectionTypes_01a.hints
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/InitializeFieldsSuggestion/intersectionTypes_01.php.testIntersectionTypes_01b.hints
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/UnusableTypesHintError/testIntersectionTypes_01.php
 create mode 100644 php/php.editor/test/unit/data/testfiles/verification/UnusableTypesHintError/testIntersectionTypes_01.php.testIntersectionTypes_01.hints

---------------------------------------------------------------------
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