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 a1616a76eb Merge branch '4.4' into 5.1
* 4.4:
  Disable the PhpUnit bridge when testing it
  [PropertyInfo] Support for the mixed type.
  Don't unset the inflate resource on close as it might still be needed
  [HttpClient] Fix CurlHttpClient memory leak
  [Form] Add Bosnian (bs) validators translation
  [Form] Add missing Serbian (latn & cyrl) validators translation
  [Cache] skip igbinary < 3.1.6
  [Ldap] Bypass the use of `ldap_control_paged_result` on PHP >= 7.3
  [Form] [Validator] added pt_BR translations
  Estonian update
  [PhpUnitBridge] fix running parallel tests with phpunit 9
  [VarDumper] fix truncating big arrays
2020-10-12 13:21:05 +02:00
..
DependencyInjection [PropertyInfo] fix BC break in PropertyInfoPass 2018-09-05 11:02:25 +02:00
Extractor Merge branch '4.4' into 5.1 2020-10-12 13:21:05 +02:00
Tests Merge branch '4.4' into 5.1 2020-10-12 13:21:05 +02:00
Util [PropertyInfo] Fixed type extraction for nullable collections of non-nullable elements 2019-11-03 13:19:12 +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 Rebase, fix tests, review & update CHANGELOG 2020-01-28 10:54:57 +01:00
composer.json Merge branch '4.4' into 5.1 2020-10-06 17:50:31 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +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 Merge branch '4.4' 2019-08-20 18:53:57 +02:00
PropertyInfoExtractor.php Merge branch '4.4' 2019-08-20 18:53:57 +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
PropertyReadInfo.php Rebase, fix tests, review & update CHANGELOG 2020-01-28 10:54:57 +01:00
PropertyReadInfoExtractorInterface.php Rebase, fix tests, review & update CHANGELOG 2020-01-28 10:54:57 +01:00
PropertyTypeExtractorInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
PropertyWriteInfo.php Add missing dots at the end of exception messages 2020-03-15 15:54:58 +01:00
PropertyWriteInfoExtractorInterface.php Rebase, fix tests, review & update CHANGELOG 2020-01-28 10:54:57 +01: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