for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ElePHPant\Quotation\Currencies;
use \ElePHPant\Quotation\Quotation;
class PoundSterling extends Quotation
{
public function __construct(string $formatResponse = self::RESPONSE_JSON)
parent::__construct(self::CURRENCY_STERLING, $formatResponse);
}