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:
@@ -7,17 +7,11 @@ use Psr\Http\Message\UriInterface;
|
||||
|
||||
final class CreateShortUrlData
|
||||
{
|
||||
/**
|
||||
* @var UriInterface
|
||||
*/
|
||||
/** @var UriInterface */
|
||||
private $longUrl;
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
/** @var array */
|
||||
private $tags;
|
||||
/**
|
||||
* @var ShortUrlMeta
|
||||
*/
|
||||
/** @var ShortUrlMeta */
|
||||
private $meta;
|
||||
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user