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

Metadata

Package Version Patches format
php-phpdocumentor-type-resolver 1.12.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/IntRangeTest.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/TypeResolverTest.php | 20 10 + 10 - 0 !
tests/unit/Types/ArrayTest.php | 2 1 + 1 - 0 !
tests/unit/Types/ClassStringTest.php | 2 1 + 1 - 0 !
tests/unit/Types/CollectionTest.php | 2 1 + 1 - 0 !
tests/unit/Types/InterfaceStringTest.php | 2 1 + 1 - 0 !
tests/unit/Types/IterableTest.php | 2 1 + 1 - 0 !
10 files changed, 19 insertions(+), 19 deletions(-)

 compatibility with recent phpunit (10)


0003 Modernize PHPUnit syntax.patch | (download)

tests/unit/PseudoTypes/ArrayShapeTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/ConditionalForParameterTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/ConditionalTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/IntRangeTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/ListTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/NonEmptyArrayTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/NonEmptyListTest.php | 3 2 + 1 - 0 !
tests/unit/PseudoTypes/OffsetAccessTest.php | 3 2 + 1 - 0 !
tests/unit/TypeResolverTest.php | 21 11 + 10 - 0 !
tests/unit/Types/ArrayTest.php | 3 2 + 1 - 0 !
tests/unit/Types/ClassStringTest.php | 3 2 + 1 - 0 !
tests/unit/Types/CollectionTest.php | 3 2 + 1 - 0 !
tests/unit/Types/InterfaceStringTest.php | 3 2 + 1 - 0 !
tests/unit/Types/IterableTest.php | 3 2 + 1 - 0 !
tests/unit/Types/SelfTest.php | 3 2 + 1 - 0 !
tests/unit/Types/StaticTest.php | 3 2 + 1 - 0 !
16 files changed, 41 insertions(+), 25 deletions(-)

 modernize phpunit syntax