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
Nicolas Grekas 3aca99ded7 Merge branch '4.4'
* 4.4:
  cs fix
  Fix return statements
  [TwigBridge] add missing dep
  Add type declarations to private DefaultChoiceListFactory methods
  Add false type to ChoiceListFactoryInterface::createView $label argument
  Update UPGRADE guide of 4.3 for EventDispatcher
  [SecurityBundle] display the correct class name on the deprecated notice
2019-08-13 08:58:13 +02:00
..
DependencyInjection [PropertyInfo] fix BC break in PropertyInfoPass 2018-09-05 11:02:25 +02:00
Extractor Merge branch '4.4' 2019-08-13 08:58:13 +02:00
Tests Disable phpunit typehint patch on 4.3 branch 2019-08-08 11:29:19 +02:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
CHANGELOG.md Add missing changelog for private / protected 2019-03-27 14:33:41 +01:00
composer.json Add back all conflict rules 2019-05-29 10:53:30 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PropertyAccessExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyDescriptionExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyInfoCacheExtractor.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyInfoExtractor.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +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 [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
PropertyTypeExtractorInterface.php [PropertyInfo] Add type-hints to public interfaces and classes 2019-06-27 22:40:09 +02:00
README.md [PropertyInfo] Add missing documentation link in Readme 2019-05-16 16:10:36 +02:00
Type.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00

PropertyInfo Component

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

Resources