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 61fc221e70 Merge branch '4.1'
* 4.1: (22 commits)
  Fix CS
  [PropertyInfo] fix resolving parent|self type hints
  fixed CS
  fix merge
  [Security] Fix logout
  Cleanup 2 tests for the HttpException classes
  #27250 limiting GET_LOCK key up to 64 char due to changes in MySQL 5.7.5 and later
  [Config] Fix tests when path contains UTF chars
  [DI] Shared services should not be inlined in non-shared ones
  [Profiler] Remove propel & event_listener_loading category identifiers
  [Filesystem] Fix usages of error_get_last()
  [Cache][Lock] Fix usages of error_get_last()
  [Debug] Fix populating error_get_last() for handled silent errors
  fixed CS
  fixed CS
  fixed CS
  [FrameworkBundle] Fix cache:clear on vagrant
  [HttpKernel] Handle NoConfigurationException "onKernelException()"
  Fix misses calculation when calling getItems
  [DI] Display previous error messages when throwing unused bindings
  ...
2018-05-16 16:42:13 +02:00
..
DependencyInjection Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Extractor Merge branch '4.0' into 4.1 2018-05-16 16:33:22 +02:00
Tests Merge branch '4.0' into 4.1 2018-05-16 16:33:22 +02:00
Util Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CHANGELOG.md [PropertyInfo] Move CHANGELOG.md to the root 2017-03-10 18:23:09 +01:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE Merge branch '2.7' into 2.8 2018-01-03 18:12:09 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:11:35 -07:00
PropertyAccessExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyDescriptionExtractorInterface.php [PropertyInfo] Minor cleanup and perf improvement 2018-04-25 14:21:47 +02:00
PropertyInfoCacheExtractor.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00
PropertyInfoExtractor.php Merge branch '3.4' into 4.0 2018-04-26 18:12:06 +02:00
PropertyInfoExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyListExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
PropertyTypeExtractorInterface.php [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
README.md [2.8] update readme files for new components 2016-03-07 11:26:54 +01:00
Type.php fixed CS 2018-05-16 14:49:49 +02:00

PropertyInfo Component

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

Resources