mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Enforced property types comments in one line
This commit is contained in:
@@ -23,21 +23,13 @@ use Zend\Diactoros\Uri;
|
||||
|
||||
class UrlShortenerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var UrlShortener
|
||||
*/
|
||||
/** @var UrlShortener */
|
||||
protected $urlShortener;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
protected $em;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
protected $httpClient;
|
||||
/**
|
||||
* @var ObjectProphecy
|
||||
*/
|
||||
/** @var ObjectProphecy */
|
||||
protected $slugger;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user