mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -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;
|
$counts->skippedCount = 0;
|
||||||
|
|
||||||
$this->io->method('text')->willReturnCallback(
|
$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)) {
|
if (str_contains($output, $skippedText)) {
|
||||||
$counts->skippedCount++;
|
$counts->skippedCount++;
|
||||||
} elseif (str_contains($output, $importedText)) {
|
} elseif (str_contains($output, $importedText)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user