Showing 437 of 494 total issues
Avoid too many return
statements within this method. Open
Open
return $this->saveValue($modifier, $obj_mod_target, $altered_amount);
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this method. Open
Open
return view($importer->finalTemplate(), $parameters);
Avoid too many return
statements within this method. Open
Open
return view('booking.quantityselectrow', ['product' => $product, 'order' => $order, 'populate' => false, 'while_shipping' => true]);
Avoid too many return
statements within this method. Open
Open
return $this->exportIntegralCES($user->gas, $suppliers, $filename, $body);
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $obj->birthday;
Avoid too many return
statements within this method. Open
Open
return printablePrice($product->getPrice());
Avoid too many return
statements within this method. Open
Open
return printablePrice($summary->variant->unitPrice());
Avoid too many return
statements within this method. Open
Open
return $this->verifyConsistency($movement);
Avoid too many return
statements within this method. Open
Open
return $ret;
Avoid too many return
statements within this method. Open
Open
return $this->errorResponse(_i('Comando %s/%s non valido', [$type, $step]));
Avoid too many return
statements within this method. Open
Open
return output_csv($filename, $headers, $suppliers, function($supplier) use ($currencies) {
$row = [];
$row[] = $supplier->id;
$row[] = $supplier->printableName();
Avoid too many return
statements within this method. Open
Open
return $product->pivot->notes;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $document->download($filename);
Avoid too many return
statements within this method. Open
Open
return $temp_file_path;