Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-phpdocumentor-type-resolver1 - A PSR-5 based resolver of Class names, Types and Structural Element Names

Website:
https://github.com/phpDocumentor/TypeResolver
Licence:
MIT
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Description:
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

Packages

php-phpdocumentor-type-resolver1-1.8.2-1.el8.remi.noarch [37 KiB] Changelog by Remi Collet (2024-02-26):
- update to 1.8.2
- lower dependency on PHP 7.3
php-phpdocumentor-type-resolver1-1.8.0-1.el8.remi.noarch [36 KiB] Changelog by Remi Collet (2024-01-11):
- update to 1.8.0