This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/PropertyInfo
2021-02-12 11:37:03 +01:00
..
DependencyInjection [PropertyInfo] fix BC break in PropertyInfoPass 2018-09-05 11:02:25 +02:00
Extractor fix extracting mixed type-hinted property types 2021-02-12 11:37:03 +01:00
Tests fix extracting mixed type-hinted property types 2021-02-12 11:37:03 +01:00
Util Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
CHANGELOG.md Fix CS in changelogs 2020-12-10 17:34:26 +01:00
composer.json [travis] use PHP 8.0 to patch return types and run deps=low 2021-01-14 15:31:07 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PropertyAccessExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyDescriptionExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyInfoCacheExtractor.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
PropertyInfoExtractor.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyInitializableExtractorInterface.php fixed CS 2019-01-16 21:35:37 +01:00
PropertyListExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyTypeExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
README.md Improve composer.json descriptions 2021-01-10 17:25:35 +01:00
Type.php Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00

PropertyInfo Component

The PropertyInfo component extracts information about PHP class' properties using metadata of popular sources.

Resources