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 4ebea4e429 Merge branch '4.0'
* 4.0: (42 commits)
  fix merge
  Remove some unused variables and properties
  [appveyor] disable memory limit on composer up
  [HttpFoundation] don't prefix cookies with "Set-Cookie:"
  Remove some unused variables and properties
  [HttpFoundation] Fixed default user-agent (3.X -> 4.X)
  Fix debug:form definition
  Remove some unused variables, properties and methods
  fix some edge cases with indented blocks
  [ExpressionLanguage] Fix parse error on 5.3
  [HttpKernel] remove noisy frame in controller stack traces
  [DI] Force root-namespace for function calls in the dumper container
  [DI] Fix circular-aliases message
  register system cache clearer only if it's used
  doc : Namespace prefix must end with a "\"
  [ExpressionLanguage] throw an SyntaxError instead of letting a undefined index notice
  Prevent a loop in aliases within the `findDefinition` method
  [HttpKernel] Disable inlining on PHP 5
  Ensure that inlined services with parameterized class name can be dumped
  [DI] Fix non-string class handling in PhpDumper
  ...
2017-12-08 16:58:51 +01:00
..
CacheWarmer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector feature #25346 [DoctrineBridge] DoctrineDataCollector comments the non runnable part of the query (Simperfit) 2017-12-07 08:54:57 -08:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
Form [DoctrineBridge] DoctrineDataCollector comments the non runnable part of the query 2017-12-06 13:00:46 +01:00
Logger Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
PropertyInfo Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Security Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Test Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Tests feature #25346 [DoctrineBridge] DoctrineDataCollector comments the non runnable part of the query (Simperfit) 2017-12-07 08:54:57 -08:00
Validator Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-10-06 11:34:09 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
ContainerAwareEventManager.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
ManagerRegistry.php [Bridge\Doctrine][FrameworkBundle] Remove legacy uses of ContainerAwareInterface 2017-10-05 17:34:34 +02: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