mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 00:47:25 -06:00
Fixed coding styles
This commit is contained in:
parent
173420c608
commit
a78c59c11a
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user