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
Christian Flothmann f5bc18d648 return empty metadata collection if none do exist
The PropertyMetadataContainerInterface defines that the method
getPropertyMetadata() has to return an empty collection if no
metadata have been configured for the given property. Though, its
implementation in the ClassMetadata class didn't check for
existence of such metadata. This behavior led to unexpected PHP
notices when validating a property or a property value of a property
without any configured constraints (only affects the new 2.5 API).
Additionally, the getMemberMetadatas() didn't check for existing
array keys as well which has also been fixed.
2014-08-08 11:23:54 +02:00
..
BrowserKit Fixed relative redirects for ambiguous paths 2014-08-05 09:20:55 +02:00
ClassLoader removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Config minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
Console minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
CssSelector removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Debug removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
DependencyInjection [DependencyInjection] fixed missing 'factory-class' attribute in XmlDumper output 2014-08-04 10:10:46 +03:00
DomCrawler fix axes handling in Crawler::filterXPath() 2014-08-02 10:47:58 +02:00
EventDispatcher [EventDispatcher] don't count empty listeners 2014-07-25 17:00:14 +02:00
Filesystem removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Finder change command to which available under most unix systems 2014-08-07 14:55:21 +02:00
Form [Form] allowed CallbackTransformer to use callable 2014-08-06 15:53:52 +02:00
HttpFoundation minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
HttpKernel minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
Intl minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
Locale removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
OptionsResolver removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Process [Process] Added process synchronization to the incremental output tests 2014-08-06 15:45:25 +02:00
PropertyAccess Plural fix 2014-08-05 09:05:24 +02:00
Routing fixed CS 2014-07-27 10:25:12 +02:00
Security minor #11483 fix some docblocks (xabbuh) 2014-08-02 09:53:48 +02:00
Serializer bug #11428 [Serializer] properly handle null data when denormalizing (xabbuh) 2014-08-01 08:14:57 +02:00
Stopwatch removed some .gitattributes that should have been removed a lot time ago 2014-08-04 12:32:26 +02:00
Templating removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Translation fixed CS 2014-07-27 10:25:12 +02:00
Validator return empty metadata collection if none do exist 2014-08-08 11:23:54 +02:00
Yaml fix some docblocks 2014-08-02 08:27:27 +02:00