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:
@@ -14,8 +14,7 @@ use function random_int;
|
||||
|
||||
class ShortUrlDataTransformerTest extends TestCase
|
||||
{
|
||||
/** @var ShortUrlDataTransformer */
|
||||
private $transformer;
|
||||
private ShortUrlDataTransformer $transformer;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user