feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
297 changed files with 733 additions and 11502 deletions
Showing only changes of commit b9adb9108b - Show all commits

View File

@ -8,9 +8,9 @@ interface Provider
{
/**
* @param string $money_symbol
* @param DateTimeInterface $dateTime
* @param ?DateTimeInterface $dateTime = null
* @return float
* @throws EmptyResponse
*/
public function get(string $money_symbol, DateTimeInterface $dateTime): float;
public function get(string $money_symbol, ?DateTimeInterface $dateTime = null): float;
}