alexlostorto/photography

View on GitHub
scripts/getAlbums.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getAlbums has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getAlbums() {
    try {
        // Read the JSON file
        $jsonFile = '../gallery/data.json';
        $data = json_decode(file_get_contents($jsonFile), true);
Severity: Minor
Found in scripts/getAlbums.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status