Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove useless phpdoc #924

Merged
merged 1 commit into from Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions ConnectionFactory.php
Expand Up @@ -11,9 +11,6 @@
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Types\Type;

/**
* Connection
*/
class ConnectionFactory
{
/** @var mixed[][] */
Expand All @@ -26,8 +23,6 @@ class ConnectionFactory
private $initialized = false;

/**
* Construct.
*
* @param mixed[][] $typesConfig
*/
public function __construct(array $typesConfig)
Expand Down
3 changes: 0 additions & 3 deletions Controller/ProfilerController.php
Expand Up @@ -12,9 +12,6 @@
use Symfony\Component\HttpKernel\Profiler\Profiler;
use Symfony\Component\VarDumper\Cloner\Data;

/**
* ProfilerController.
*/
class ProfilerController implements ContainerAwareInterface
{
/** @var ContainerInterface */
Expand Down
3 changes: 0 additions & 3 deletions DataCollector/DoctrineDataCollector.php
Expand Up @@ -15,9 +15,6 @@
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

/**
* DoctrineDataCollector.
*/
class DoctrineDataCollector extends BaseCollector
{
/** @var ManagerRegistry */
Expand Down
2 changes: 0 additions & 2 deletions DependencyInjection/Configuration.php
Expand Up @@ -20,8 +20,6 @@ class Configuration implements ConfigurationInterface
private $debug;

/**
* Constructor
*
* @param bool $debug Whether to use the debug mode
*/
public function __construct($debug)
Expand Down
3 changes: 0 additions & 3 deletions DoctrineBundle.php
Expand Up @@ -15,9 +15,6 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* Bundle.
*/
class DoctrineBundle extends Bundle
{
/** @var callable|null */
Expand Down
2 changes: 0 additions & 2 deletions Mapping/ClassMetadataCollection.php
Expand Up @@ -16,8 +16,6 @@ class ClassMetadataCollection
private $metadata;

/**
* Constructor
*
* @param ClassMetadata[] $metadata
*/
public function __construct(array $metadata)
Expand Down
2 changes: 0 additions & 2 deletions Registry.php
Expand Up @@ -17,8 +17,6 @@
class Registry extends ManagerRegistry implements RegistryInterface
{
/**
* Construct.
*
* @param Connection[] $connections
* @param EntityManagerInterface[] $entityManagers
* @param string $defaultConnection
Expand Down