Thu, 23 May 2024 03:53:06 UTC | login

Information for build php-phpdocumentor-type-resolver1-1.1.0-1.fc33

ID138538
Package Namephp-phpdocumentor-type-resolver1
Version1.1.0
Release1.fc33
Epoch
SummaryA PSR-5 based resolver of Class names, Types and Structural Element Names
DescriptionThe 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
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 09:00:08 UTC
CompletedFri, 27 Mar 2020 09:00:08 UTC
Tags
f33
RPMs
src
php-phpdocumentor-type-resolver1-1.1.0-1.fc33.src.rpm (info) (download)
noarch
php-phpdocumentor-type-resolver1-1.1.0-1.fc33.noarch.rpm (info) (download)
Changelog * Tue Mar 03 2020 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 - raise dependency on PHP 7.2 - switch to phpunit8 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 - rename to php-phpdocumentor-type-resolver1 - move to /usr/share/php/phpDocumentor/Reflection2 - raise dependency on PHP 7.1 - raise dependency on reflection-common 2.0 - use phpunit7 * Fri Dec 07 2018 Remi Collet <remi@remirepo.net> - 0.4.0-5 - use range dependencies