Skip to content

Commit 90b42f1

Browse files
authored
Merge pull request #18 from elgentos/analysis-ka1peJ
Apply fixes from StyleCI
2 parents 7e8e8b0 + ccff586 commit 90b42f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Elgentos/HttpStatuscodeChecker/Console/CheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7676

7777
$fileType = $this->checkFileType($file);
7878

79-
$urls = match($fileType) {
79+
$urls = match ($fileType) {
8080
'csv' => $this->getUrlsFromCsv($file),
8181
'xml' => $this->getUrlsFromXml($file),
8282
};

0 commit comments

Comments
 (0)