Skip to content

Commit 665a440

Browse files
committed
Apply php-cs-fixer
1 parent 36c878a commit 665a440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/example.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$searchResult = $client->search('Apple');
1919

2020
// Returns an array of Scheb\YahooFinanceApi\Results\HistoricalData
21-
$historicalData = $client->getHistoricalData('AAPL', ApiClient::INTERVAL_1_DAY, new \DateTime('-14 days'), new \DateTime('today'));
21+
$historicalData = $client->getHistoricalData('AAPL', ApiClient::INTERVAL_1_DAY, new DateTime('-14 days'), new DateTime('today'));
2222

2323
// Returns Scheb\YahooFinanceApi\Results\Quote
2424
$exchangeRate = $client->getExchangeRate('USD', 'EUR');

0 commit comments

Comments
 (0)