mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Updated to coding-standard library v1.2.2
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class AbstractCreateShortUrlAction extends AbstractRestAction
|
||||
public function __construct(
|
||||
UrlShortenerInterface $urlShortener,
|
||||
array $domainConfig,
|
||||
LoggerInterface $logger = null
|
||||
?LoggerInterface $logger = null
|
||||
) {
|
||||
parent::__construct($logger);
|
||||
$this->urlShortener = $urlShortener;
|
||||
|
||||
Reference in New Issue
Block a user