Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-phpdocumentor-type-resolver1-1.12.0-1.fc44 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: php-phpdocumentor-type-resolver1 Distribution: Fedora Project
Version: 1.12.0 Vendor: Fedora Project
Release: 1.fc44 Build date: Tue Nov 25 09:13:16 2025
Group: Development/Libraries Build host: buildvm-ppc64le-31.rdu3.fedoraproject.org
Size: 135653 Source RPM: php-phpdocumentor-type-resolver1-1.12.0-1.fc44.src.rpm
Packager: Fedora Project
Url: https://github.com/phpDocumentor/TypeResolver
Summary: A PSR-5 based resolver of Class names, Types and Structural Element Names
The specification on types in DocBlocks (PSR-5) describes various keywords
and special constructs but also how to statically resolve the partial name
of a Class into a Fully Qualified Class Name (FQCN).

PSR-5 also introduces an additional way to describe deeper elements than
Classes, Interfaces and Traits called the Fully Qualified Structural Element
Name (FQSEN). Using this it is possible to refer to methods, properties and
class constants but also functions and global constants.

This package provides two Resolvers that are capable of:
1. Returning a series of Value Object for given expression while resolving any
  partial class names, and
2. Returning an FQSEN object after resolving any partial Structural Element
  Names into Fully Qualified Structural Element names.

Autoloader: /usr/share/php/phpDocumentor/Reflection2/autoload-type-resolver.php

Provides

Requires

License

MIT

Changelog

* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 1.12.0-1
  - update to 1.12.0
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 1.11.1-1
  - update to 1.11.1
* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 1.11.0-1
  - update to 1.11.0
* Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 1.10.1-1
  - update to 1.10.1
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 1.10.0-2
  - allow phpstan/phpdoc-parser v2
* Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 1.10.0-1
  - update to 1.10.0
  - add dependency on phpstan/phpdoc-parser
  - add dependency on doctrine/deprecations
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

Files

/usr/share/doc/php-phpdocumentor-type-resolver1
/usr/share/doc/php-phpdocumentor-type-resolver1/README.md
/usr/share/doc/php-phpdocumentor-type-resolver1/composer.json
/usr/share/doc/php-phpdocumentor-type-resolver1/examples
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/01-resolving-simple-types.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/02-resolving-classes.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/03-resolving-all-elements.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/04-discovering-the-context-using-class-reflection.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/05-discovering-the-context-using-method-reflection.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/06-discovering-the-context-using-file-contents.php
/usr/share/doc/php-phpdocumentor-type-resolver1/examples/Classy.php
/usr/share/licenses/php-phpdocumentor-type-resolver1
/usr/share/licenses/php-phpdocumentor-type-resolver1/LICENSE
/usr/share/php/phpDocumentor/Reflection2/FqsenResolver.php
/usr/share/php/phpDocumentor/Reflection2/PseudoType.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ArrayShape.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ArrayShapeItem.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/CallableString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/Conditional.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ConditionalForParameter.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ConstExpression.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/False_.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/FloatValue.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/HtmlEscapedString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/IntMask.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/IntMaskOf.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/IntegerRange.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/IntegerValue.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/KeyOf.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ListShape.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ListShapeItem.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/List_.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/LiteralString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/LowercaseString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NegativeInteger.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NonEmptyArray.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NonEmptyList.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NonEmptyLowercaseString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NonEmptyString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/NumericString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/Numeric_.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ObjectShape.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ObjectShapeItem.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/OffsetAccess.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/PositiveInteger.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ShapeItem.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/StringValue.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/TraitString.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/True_.php
/usr/share/php/phpDocumentor/Reflection2/PseudoTypes/ValueOf.php
/usr/share/php/phpDocumentor/Reflection2/Type.php
/usr/share/php/phpDocumentor/Reflection2/TypeResolver.php
/usr/share/php/phpDocumentor/Reflection2/Types
/usr/share/php/phpDocumentor/Reflection2/Types/AbstractList.php
/usr/share/php/phpDocumentor/Reflection2/Types/AggregatedType.php
/usr/share/php/phpDocumentor/Reflection2/Types/ArrayKey.php
/usr/share/php/phpDocumentor/Reflection2/Types/Array_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Boolean.php
/usr/share/php/phpDocumentor/Reflection2/Types/CallableParameter.php
/usr/share/php/phpDocumentor/Reflection2/Types/Callable_.php
/usr/share/php/phpDocumentor/Reflection2/Types/ClassString.php
/usr/share/php/phpDocumentor/Reflection2/Types/Collection.php
/usr/share/php/phpDocumentor/Reflection2/Types/Compound.php
/usr/share/php/phpDocumentor/Reflection2/Types/Context.php
/usr/share/php/phpDocumentor/Reflection2/Types/ContextFactory.php
/usr/share/php/phpDocumentor/Reflection2/Types/Expression.php
/usr/share/php/phpDocumentor/Reflection2/Types/Float_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Integer.php
/usr/share/php/phpDocumentor/Reflection2/Types/InterfaceString.php
/usr/share/php/phpDocumentor/Reflection2/Types/Intersection.php
/usr/share/php/phpDocumentor/Reflection2/Types/Iterable_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Mixed_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Never_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Null_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Nullable.php
/usr/share/php/phpDocumentor/Reflection2/Types/Object_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Parent_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Resource_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Scalar.php
/usr/share/php/phpDocumentor/Reflection2/Types/Self_.php
/usr/share/php/phpDocumentor/Reflection2/Types/Static_.php
/usr/share/php/phpDocumentor/Reflection2/Types/String_.php
/usr/share/php/phpDocumentor/Reflection2/Types/This.php
/usr/share/php/phpDocumentor/Reflection2/Types/Void_.php
/usr/share/php/phpDocumentor/Reflection2/autoload-type-resolver.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 21 00:52:23 2026