diff --git a/ConnectionFactory.php b/ConnectionFactory.php index 54c535347..bb4530696 100644 --- a/ConnectionFactory.php +++ b/ConnectionFactory.php @@ -11,9 +11,6 @@ use Doctrine\DBAL\Platforms\AbstractPlatform; use Doctrine\DBAL\Types\Type; -/** - * Connection - */ class ConnectionFactory { /** @var mixed[][] */ @@ -26,8 +23,6 @@ class ConnectionFactory private $initialized = false; /** - * Construct. - * * @param mixed[][] $typesConfig */ public function __construct(array $typesConfig) diff --git a/Controller/ProfilerController.php b/Controller/ProfilerController.php index 11afae312..f23e1abca 100644 --- a/Controller/ProfilerController.php +++ b/Controller/ProfilerController.php @@ -12,9 +12,6 @@ use Symfony\Component\HttpKernel\Profiler\Profiler; use Symfony\Component\VarDumper\Cloner\Data; -/** - * ProfilerController. - */ class ProfilerController implements ContainerAwareInterface { /** @var ContainerInterface */ diff --git a/DataCollector/DoctrineDataCollector.php b/DataCollector/DoctrineDataCollector.php index 6fddfd485..080c77e98 100644 --- a/DataCollector/DoctrineDataCollector.php +++ b/DataCollector/DoctrineDataCollector.php @@ -15,9 +15,6 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -/** - * DoctrineDataCollector. - */ class DoctrineDataCollector extends BaseCollector { /** @var ManagerRegistry */ diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 2476e4f30..ec8a327fb 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -20,8 +20,6 @@ class Configuration implements ConfigurationInterface private $debug; /** - * Constructor - * * @param bool $debug Whether to use the debug mode */ public function __construct($debug) diff --git a/DoctrineBundle.php b/DoctrineBundle.php index 5aeee62cd..a12018df4 100644 --- a/DoctrineBundle.php +++ b/DoctrineBundle.php @@ -15,9 +15,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKernel\Bundle\Bundle; -/** - * Bundle. - */ class DoctrineBundle extends Bundle { /** @var callable|null */ diff --git a/Mapping/ClassMetadataCollection.php b/Mapping/ClassMetadataCollection.php index 8fc7de3be..c65b47fc5 100644 --- a/Mapping/ClassMetadataCollection.php +++ b/Mapping/ClassMetadataCollection.php @@ -16,8 +16,6 @@ class ClassMetadataCollection private $metadata; /** - * Constructor - * * @param ClassMetadata[] $metadata */ public function __construct(array $metadata) diff --git a/Registry.php b/Registry.php index cf1cb5091..4961a8012 100644 --- a/Registry.php +++ b/Registry.php @@ -17,8 +17,6 @@ class Registry extends ManagerRegistry implements RegistryInterface { /** - * Construct. - * * @param Connection[] $connections * @param EntityManagerInterface[] $entityManagers * @param string $defaultConnection