php-phpdocumentor-type-resolver 1.8.0-1 source package in Ubuntu

Changelog

php-phpdocumentor-type-resolver (1.8.0-1) unstable; urgency=medium

  [ Antoine Lamé ]
  * Add getter to ArrayShape

  [ Shaun Alberts ]
  * Update parser token constant values to ints instead of strings

 -- David Prévot <email address hidden>  Sat, 13 Jan 2024 09:36:22 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-phpdocumentor-type-resolver_1.8.0-1.dsc 2.0 KiB 6a0ae83b14e53f4ee772cd420ffadd2605b0c922d3425fa4211e7eefd474b179
php-phpdocumentor-type-resolver_1.8.0.orig.tar.xz 181.7 KiB aaae2fb5635696d782a63a3002ebc0646f6659c05820c41b346770bf001132cc
php-phpdocumentor-type-resolver_1.8.0-1.debian.tar.xz 8.2 KiB b009ec40f565d19a136f8f4a05d5d887c9e633ab74de2ca6f330b87979bbbee6

Available diffs

No changes file available.

Binary packages built by this source

php-phpdocumentor-type-resolver: TypeResolver and FqsenResolver - phpDocumentor component

 This package provides two Resolvers that are capable of:
  * Returning a series of Value Object for given expression while
    resolving any partial class names;
  * Returning an FQSEN object after resolving any partial Structural
    Element Names into Fully Qualified Structural Element names.
 .
 phpDocumentor makes it possible to generate documentation from PHP source code.