Wed, 02 Oct 2024 10:57:41 UTC | login

Information for build php-phpdocumentor-type-resolver-0.4.0-3.fc28

ID27721
Package Namephp-phpdocumentor-type-resolver
Version0.4.0
Release3.fc28
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
StartedMon, 21 May 2018 23:49:45 UTC
CompletedMon, 21 May 2018 23:49:45 UTC
Tags
f29
RPMs
src
php-phpdocumentor-type-resolver-0.4.0-3.fc28.src.rpm (info) (download)
noarch
php-phpdocumentor-type-resolver-0.4.0-3.fc28.noarch.rpm (info) (download)
Changelog * 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