Skip to content

Commit ed95e78

Browse files
authored
Add PHPDoc to Facade
For IDE Intellisense and static analysis tools
1 parent 3cea81a commit ed95e78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Facades/Swap.php

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
/*
44
* This file is part of Laravel Swap.
55
*
6+
* @method static \Exchanger\Contract\ExchangeRate latest (string $currencyPair, array $options = [])
7+
* @method static \Exchanger\Contract\ExchangeRate historical (string $currencyPair, \DateTimeInterface $date, array $options = [])
8+
*
69
* (c) Florian Voutzinos <[email protected]>
710
*
811
* For the full copyright and license information, please view the LICENSE

0 commit comments

Comments
 (0)