Package: php-phpdocumentor-type-resolver / 2.0.0-1

Metadata

Package Version Patches format
php-phpdocumentor-type-resolver 2.0.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Point to homemade autoload.php.patch | (download)

examples/01-resolving-simple-types.php | 2 1 + 1 - 0 !
examples/02-resolving-classes.php | 2 1 + 1 - 0 !
examples/03-resolving-all-elements.php | 2 1 + 1 - 0 !
examples/04-discovering-the-context-using-class-reflection.php | 2 1 + 1 - 0 !
examples/05-discovering-the-context-using-method-reflection.php | 2 1 + 1 - 0 !
examples/06-discovering-the-context-using-file-contents.php | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 point to homemade autoload.php


0002 Compatibility with recent PHPUnit 10.patch | (download)

tests/unit/PseudoTypes/ClassStringTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/EnumStringTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/IntegerRangeTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/InterfaceStringTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/ListTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/NonEmptyArrayTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/NonEmptyListTest.php | 2 1 + 1 - 0 !
tests/unit/PseudoTypes/TraitStringTest.php | 2 1 + 1 - 0 !
tests/unit/TypeResolverTest.php | 16 8 + 8 - 0 !
tests/unit/Types/ArrayTest.php | 2 1 + 1 - 0 !
tests/unit/Types/IterableTest.php | 2 1 + 1 - 0 !
11 files changed, 18 insertions(+), 18 deletions(-)

 compatibility with recent phpunit (10)


0003 Modernize PHPUnit syntax.patch | (download)

tests/unit/PseudoTypes/ArrayShapeTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/ClassStringTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/ConditionalForParameterTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/ConditionalTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/EnumStringTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/GenericTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/IntegerRangeTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/InterfaceStringTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/ListTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/NonEmptyArrayTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/NonEmptyListTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/ObjectShapeTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/OffsetAccessTest.php | 5 2 + 3 - 0 !
tests/unit/PseudoTypes/TraitStringTest.php | 5 2 + 3 - 0 !
tests/unit/TypeResolverTest.php | 18 9 + 9 - 0 !
tests/unit/Types/ArrayTest.php | 5 2 + 3 - 0 !
tests/unit/Types/CallableTest.php | 5 2 + 3 - 0 !
tests/unit/Types/IterableTest.php | 5 2 + 3 - 0 !
tests/unit/Types/SelfTest.php | 5 2 + 3 - 0 !
tests/unit/Types/StaticTest.php | 5 2 + 3 - 0 !
20 files changed, 47 insertions(+), 66 deletions(-)

 modernize phpunit syntax