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
Nicolas Grekas d3449e6a24 Merge branch '3.4'
* 3.4:
  bug #22814 [FrameworkBundle] FC with EventDispatcher 4.0 (xabbuh)
  [PhpUnitBridge] remove unused use statement
  do not used deprecated validator test case class
  do not mock a deprecated interface
  [DI] Added missing deprecation in changelog
  [Ldap] add a changelog file
  [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0
  [MonologBridge] Fix the Monlog ServerLogHandler from Hanging on Windows
  [DependencyInjection] Fix dumping of RewindableGenerator with empty IteratorArgument
  [DI][Serializer] Fix missing de(normalizer|coder) autoconfig
  Use 0.0.0.0 as the server log host default.
2017-05-21 10:58:35 +02:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector DoctrineDataCollector: taught sanitizeParam to support classes with __toString implemented. 2017-03-02 10:22:46 -08:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection [DI] Make tagged abstract services throw earlier 2017-04-13 15:45:25 +02:00
Form Fix @param in PHPDoc 2017-03-28 23:38:24 +02: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 '3.4' 2017-05-21 10:58:35 +02: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 [ExpressionLanguage] remove deprecated features 2017-05-20 16:03:23 +02:00
composer.json do not used deprecated validator test case class 2017-05-21 09:57:21 +02:00
ContainerAwareEventManager.php [DoctrineBridge][Routing] Require PSR-11 container instead of Symfony container 2017-03-12 08:32:31 -07: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 fail when detecting risky tests 2017-04-12 09:39:27 +02: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