mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated to coding standard v2.1
This commit is contained in:
@@ -43,7 +43,7 @@ class DeleteShortUrlExceptionTest extends TestCase
|
||||
return [$number, $shortCode = generateRandomShortCode(6), sprintf(
|
||||
'Impossible to delete short URL with short code "%s" since it has more than "%s" visits.',
|
||||
$shortCode,
|
||||
$number
|
||||
$number,
|
||||
)];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user