efipay/sdk-php-apis-efi

View on GitHub
src/Efi/Response.php

Summary

Maintainability
A
55 mins
Test Coverage

Showing 1 of 1 total issue

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

public function __get($property)
{
if (property_exists($this, $property)) {
return $this->$property;
}
Severity: Minor
Found in src/Efi/Response.php and 1 other location - About 55 mins to fix
src/Efi/Exception/EfiException.php on lines 112..119
Category
Status