Framework Update
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Respect/Validation.
|
||||
*
|
||||
* (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE file
|
||||
* that was distributed with this source code.
|
||||
* Copyright (c) Alexandre Gomes Gaigalas <alganet@gmail.com>
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
@@ -28,7 +24,7 @@ final class CurrencyCode extends AbstractSearcher
|
||||
*
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function getDataSource(): array
|
||||
protected function getDataSource($input = null): array
|
||||
{
|
||||
return [
|
||||
'AED', // UAE Dirham
|
||||
@@ -92,7 +88,6 @@ final class CurrencyCode extends AbstractSearcher
|
||||
'GYD', // Guyana Dollar
|
||||
'HKD', // Hong Kong Dollar
|
||||
'HNL', // Lempira
|
||||
'HRK', // Kuna
|
||||
'HTG', // Gourde
|
||||
'HUF', // Forint
|
||||
'IDR', // Rupiah
|
||||
@@ -160,6 +155,7 @@ final class CurrencyCode extends AbstractSearcher
|
||||
'SEK', // Swedish Krona
|
||||
'SGD', // Singapore Dollar
|
||||
'SHP', // Saint Helena Pound
|
||||
'SLE', // Leone
|
||||
'SLL', // Leone
|
||||
'SOS', // Somali Shilling
|
||||
'SRD', // Surinam Dollar
|
||||
@@ -185,6 +181,7 @@ final class CurrencyCode extends AbstractSearcher
|
||||
'UYU', // Peso Uruguayo
|
||||
'UYW', // Unidad Previsional
|
||||
'UZS', // Uzbekistan Sum
|
||||
'VED', // Bolívar Soberano
|
||||
'VES', // Bolívar Soberano
|
||||
'VND', // Dong
|
||||
'VUV', // Vatu
|
||||
|
||||
Reference in New Issue
Block a user