HaaseIT/HCSF

View on GitHub
src/Controller/Admin/Shop/ShopadminExportCSV.php

Summary

Maintainability
A
1 hr
Test Coverage

Method preparePage has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function preparePage()
    {
        $headers = [
            'Content-Disposition' => 'attachment; filename=hcsf_export.csv',
            'Content-type' => 'text/csv',
Severity: Minor
Found in src/Controller/Admin/Shop/ShopadminExportCSV.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status