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/Bridge/Doctrine
Fabien Potencier dc66960f84 Merge branch '2.8' into 3.2
* 2.8:
  [Bridge\Doctrine] Fix change breaking doctrine-bundle test suite
  [HttpFoundation][bugfix]  should always be initialized
  MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work
  normalize paths before making them relative
2017-03-26 08:47:15 -07:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector [DoctrineBridge] Fix issue which prevent the profiler to explain a query 2015-10-27 19:18:52 -07:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Merge branch '2.8' into 3.2 2017-03-26 08:47:15 -07:00
ExpressionLanguage [ExpressionLanguage] Making cache PSR6 compliant 2016-10-06 17:21:07 +02:00
Form Remove dead code 2017-02-01 07:55:07 -08:00
HttpFoundation fixed CS 2016-07-18 11:42:57 +02:00
Logger Replace iconv_*() uses by mb_*(), add mbstring polyfill when required 2016-04-14 10:48:44 +02:00
PropertyInfo Fix indexBy type extraction 2016-09-24 17:32:50 -04:00
Security [DoctrineBridge] Fix deprecation message/documentation of implementing UserProviderInterface using the entity provider 2016-11-17 00:18:19 +01:00
Test Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Tests Merge branch '2.7' into 2.8 2017-03-26 08:40:40 -07:00
Validator [DoctrineBridge] Fixed validating custom doctrine type columns 2017-02-20 11:38:35 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.8' into 3.1 2016-11-18 16:15:08 -05:00
composer.json Merge branch '2.8' into 3.2 2017-02-21 15:41:00 +01:00
ContainerAwareEventManager.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
ManagerRegistry.php [3.2] Fix issues reported by static analyse 2017-02-28 15:39:50 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources