Enforced property types comments in one line

This commit is contained in:
Alejandro Celaya
2018-11-20 19:30:27 +01:00
parent 15a70d0157
commit 0ae5a53d86
161 changed files with 303 additions and 903 deletions

View File

@@ -21,21 +21,13 @@ class ProcessVisitsCommand extends Command
{
public const NAME = 'visit:process';
/**
* @var VisitServiceInterface
*/
/** @var VisitServiceInterface */
private $visitService;
/**
* @var IpLocationResolverInterface
*/
/** @var IpLocationResolverInterface */
private $ipLocationResolver;
/**
* @var Locker
*/
/** @var Locker */
private $locker;
/**
* @var OutputInterface
*/
/** @var OutputInterface */
private $output;
public function __construct(