Skip to content

Commit

Permalink
chore: PHPStan cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 19, 2024
1 parent b756a20 commit 0f803bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/FileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public function actionImportCsvColumns()
}
$hasErrors = false;
// If we have headers, then we have a file, so parse it
/** @phpstan-ignore-next-line */
if ($csv && $headers) {
switch (VersionHelper::getLeagueCsvVersion()) {
case 8:
Expand Down

0 comments on commit 0f803bd

Please sign in to comment.