source/Services/DirectPreApproval/QueryNotificationService.php
Method create
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static function create(Credentials $credentials, QueryNotification $queryNotification)
{
Logger::info("Begin", ['service' => 'DirectPreApproval']);
try {
$connection = new Connection\Data($credentials);