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

@@ -26,25 +26,15 @@ use function sprintf;
class ProcessVisitsCommandTest extends TestCase
{
/**
* @var CommandTester
*/
/** @var CommandTester */
private $commandTester;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $visitService;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $ipResolver;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $locker;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $lock;
public function setUp()