We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8e8b0 + ccff586 commit 90b42f1Copy full SHA for 90b42f1
1 file changed
src/Elgentos/HttpStatuscodeChecker/Console/CheckCommand.php
@@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
76
77
$fileType = $this->checkFileType($file);
78
79
- $urls = match($fileType) {
+ $urls = match ($fileType) {
80
'csv' => $this->getUrlsFromCsv($file),
81
'xml' => $this->getUrlsFromXml($file),
82
};
0 commit comments