Sun, 30 Jun 2024 14:10:48 UTC | login

Information for build php-phpdocumentor-type-resolver-0.4.0-5.fc30

ID86235
Package Namephp-phpdocumentor-type-resolver
Version0.4.0
Release5.fc30
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/Reflection/autoload-type-resolver.php
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 13 Jan 2019 15:59:30 UTC
CompletedSun, 13 Jan 2019 15:59:30 UTC
Tags
f30
f31
RPMs
src
php-phpdocumentor-type-resolver-0.4.0-5.fc30.src.rpm (info) (download)
noarch
php-phpdocumentor-type-resolver-0.4.0-5.fc30.noarch.rpm (info) (download)
Changelog * Fri Dec 07 2018 Remi Collet <remi@remirepo.net> - 0.4.0-5 - use range dependencies * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 17 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.0-1 - Update to 0.4.0 (RHBZ #1460503) - Add "get source" script because upstream attributes removed tests from snapshot * Sat Mar 11 2017 Shawn Iwinski <shawn@iwin.ski> - 0.2.1-1 - Initial package