12-cactus/espinoso

View on GitHub
app/Lib/CronicaGenerator.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 3 of 3 total issues

Avoid using undefined variables such as '$status' which will lead to PHP notices.
Open

self::getUrl($url, $params, $status);
Severity: Minor
Found in app/Lib/CronicaGenerator.php by phpmd

Avoid using undefined variables such as '$status' which will lead to PHP notices.
Open

$urlRedirect = $status['redirect_url'];
Severity: Minor
Found in app/Lib/CronicaGenerator.php by phpmd

Inline control structures are not allowed
Open

if (!function_exists('curl_init'))
Severity: Minor
Found in app/Lib/CronicaGenerator.php by phpcodesniffer

There are no issues that match your filters.

Category
Status