Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
florianv authored and StyleCIBot committed Mar 3, 2020
1 parent 749591f commit 8f18bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Tests/Service/EuropeanCentralBankTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function it_fetches_a_historical_rate_within_90_days_back()

$pair = CurrencyPair::createFromString('EUR/JPY');
$service = new EuropeanCentralBank($this->getHttpAdapterMock($url, $content));
$date = (new \DateTime)->modify('2019-11-29');
$date = (new \DateTime())->modify('2019-11-29');

$rate = $service->getExchangeRate(
new HistoricalExchangeRateQuery($pair, $date)
Expand Down

0 comments on commit 8f18bed

Please sign in to comment.