mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed coding styles
This commit is contained in:
@@ -231,7 +231,7 @@ class ImportedLinksProcessorTest extends TestCase
|
||||
$counts->skippedCount = 0;
|
||||
|
||||
$this->io->method('text')->willReturnCallback(
|
||||
function (string $output) use ($counts, $skippedText, $importedText) {
|
||||
function (string $output) use ($counts, $skippedText, $importedText): void {
|
||||
if (str_contains($output, $skippedText)) {
|
||||
$counts->skippedCount++;
|
||||
} elseif (str_contains($output, $importedText)) {
|
||||
|
||||
Reference in New Issue
Block a user