autowp/autowp

View on GitHub
module/Application/src/ExifGPSExtractor.php

Summary

Maintainability
A
30 mins
Test Coverage
F
16%

Avoid too many return statements within this method.
Open

        return [
            'lat' => $lat,
            'lng' => $lng,
        ];
Severity: Major
Found in module/Application/src/ExifGPSExtractor.php - About 30 mins to fix

    Possibly zero references to public method \Application\ExifGPSExtractor::extract()
    Open

        public function extract($exif): ?array

    There are no issues that match your filters.

    Category
    Status