Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Nov 24, 2018
1 parent d1bdb4e commit a5e39ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Command/DoctrineCommand.php
Expand Up @@ -17,9 +17,7 @@
*/
abstract class DoctrineCommand extends Command
{
/**
* @var ManagerRegistry
*/
/** @var ManagerRegistry */
protected $doctrine;

public function __construct(ManagerRegistry $doctrine)
Expand Down
4 changes: 1 addition & 3 deletions Command/ImportMappingDoctrineCommand.php
Expand Up @@ -20,9 +20,7 @@
*/
class ImportMappingDoctrineCommand extends DoctrineCommand
{
/**
* @var string[]
*/
/** @var string[] */
private $bundles;

/**
Expand Down

0 comments on commit a5e39ed

Please sign in to comment.