Skip to content

Commit

Permalink
Apply php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Jan 6, 2024
1 parent 36c878a commit 665a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/example.php
Expand Up @@ -18,7 +18,7 @@
$searchResult = $client->search('Apple');

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

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

0 comments on commit 665a440

Please sign in to comment.