mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added property types to all non-deprecated classes
This commit is contained in:
@@ -17,10 +17,8 @@ use Zend\Diactoros\Response;
|
||||
|
||||
class UrlValidatorTest extends TestCase
|
||||
{
|
||||
/** @var UrlValidator */
|
||||
private $urlValidator;
|
||||
/** @var ObjectProphecy */
|
||||
private $httpClient;
|
||||
private UrlValidator $urlValidator;
|
||||
private ObjectProphecy $httpClient;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user