Skip to content

Commit

Permalink
Merge pull request #924 from OskarStark/useless-php-doc
Browse files Browse the repository at this point in the history
remove useless phpdoc
  • Loading branch information
alcaeus committed Feb 25, 2019
2 parents 89065ec + 622d686 commit 00b14f4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 20 deletions.
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

0 comments on commit 00b14f4

Please sign in to comment.