efipay/sdk-php-apis-efi

View on GitHub
src/Efi/FileCacheRetriever.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 3 of 3 total issues

Identical blocks of code found in 3 locations. Consider refactoring.
Open

if ($data === null || ($data['expires'] && $data['expires'] < time())) {
$this->delete($key);
return [];
}
Severity: Major
Found in src/Efi/FileCacheRetriever.php and 2 other locations - About 45 mins to fix
src/Efi/FileCacheRetriever.php on lines 98..100
src/Efi/FileCacheRetriever.php on lines 138..140

Identical blocks of code found in 3 locations. Consider refactoring.
Open

if ($data === null || ($data['expires'] && $data['expires'] < time())) {
return false;
}
Severity: Major
Found in src/Efi/FileCacheRetriever.php and 2 other locations - About 45 mins to fix
src/Efi/FileCacheRetriever.php on lines 54..57
src/Efi/FileCacheRetriever.php on lines 138..140

Identical blocks of code found in 3 locations. Consider refactoring.
Open

if ($data === null || ($data['expires'] && $data['expires'] < time())) {
unlink($file);
}
Severity: Major
Found in src/Efi/FileCacheRetriever.php and 2 other locations - About 45 mins to fix
src/Efi/FileCacheRetriever.php on lines 54..57
src/Efi/FileCacheRetriever.php on lines 98..100

There are no issues that match your filters.

Category
Status