Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Apr 19, 2019
1 parent fbd2dfb commit e679dac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ checks:
file-lines:
config:
#threshold: 250
threshold: 275
threshold: 300
method-complexity:
config:
#threshold: 5
Expand Down
4 changes: 2 additions & 2 deletions src/CurrencyDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct()
}

/**
* @param int|null $limit
* @param int $limit
* @return array
* @throws Exception
*/
Expand Down Expand Up @@ -125,4 +125,4 @@ public function insertExchangeRate(array $bind)
$bind
);
}
}
}
2 changes: 1 addition & 1 deletion src/CurrencyExchangeRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CurrencyExchangeRates
use CustomizationTrait;

/** @var string Version*/
const VERSION = '1.1.1-pre';
const VERSION = '1.1.1';

/** @var string Feeds Namespace */
const FEEDS_NAMESPACE = "\\Attogram\\Currency\\Feeds\\";
Expand Down
1 change: 0 additions & 1 deletion src/Feeds/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
namespace Attogram\Currency\Feeds;

use Attogram\Currency\CurrencyDatabase;
use Attogram\Database\Database;
use Exception;
use GuzzleHttp\Client as GuzzleClient;
use GuzzleHttp\Exception\GuzzleException;
Expand Down

0 comments on commit e679dac

Please sign in to comment.