mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Enforced property types comments in one line
This commit is contained in:
@@ -11,9 +11,7 @@ use Zend\ServiceManager\ServiceManager;
|
||||
|
||||
class ImageFactoryTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var ImageFactory
|
||||
*/
|
||||
/** @var ImageFactory */
|
||||
protected $factory;
|
||||
|
||||
public function setUp()
|
||||
|
||||
Reference in New Issue
Block a user