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 6128276760 minor #32351 [Security] Added type-hints to auth providers, tokens and voters (derrabus)
This PR was merged into the 5.0-dev branch.

Discussion
----------

[Security] Added type-hints to auth providers, tokens and voters

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32179
| License       | MIT
| Doc PR        | N/A

This PR adds type declarations to authentication providers, tokens and voters.

Commits
-------

8c46b95ec2 [Security] Added type-hints to auth providers, tokens and voters.
2019-07-04 09:59:27 +02:00
..
CacheWarmer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector Merge branch '3.4' into 4.2 2019-06-26 08:46:55 +02:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Form Removed legacy code related to DoctrineChoiceLoader 2019-06-05 17:55:44 -04:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
Messenger removed @experimental annotations 2019-06-29 18:43:50 +02:00
PropertyInfo Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
Security minor #32351 [Security] Added type-hints to auth providers, tokens and voters (derrabus) 2019-07-04 09:59:27 +02:00
Test feature #31996 [5.0] Add return types in final classes (dFayet) 2019-06-23 23:15:46 +01:00
Tests Merge branch '4.4' 2019-06-26 11:36:22 +02:00
Validator add parameter type hints to the Validator component 2019-06-28 18:24:33 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
composer.json [Security] Added type-hints to user providers. 2019-07-04 01:27:08 +02:00
ContainerAwareEventManager.php Respect parent class contract in ContainerAwareDoctrineEventManager 2019-05-15 21:39:23 +03:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ManagerRegistry.php [DoctrineBridge] [DX] Update exception text in ManagerRegistry::resetService to avoid confusion. 2019-04-15 11:42:18 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php Fixed minor typos 2018-12-28 12:28:01 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources