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

@@ -11,17 +11,11 @@ use Shlinkio\Shlink\Common\IpGeolocation\IpLocationResolverInterface;
class ChainIpLocationResolverTest extends TestCase
{
/**
* @var ChainIpLocationResolver
*/
/** @var ChainIpLocationResolver */
private $resolver;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $firstInnerResolver;
/**
* @var ObjectProphecy
*/
/** @var ObjectProphecy */
private $secondInnerResolver;
public function setUp()