Skip to content

Commit

Permalink
Update docbloc
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Dec 29, 2024
1 parent dd7dcbc commit f164ca1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Models/Astronomical/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ public function gToH(string $d): Types\Hijri\Date
}

/**
* Get Gregorian Date from Hijri Date
* @param string $d Hijri date string in the format dd-mm-yyyy
* @return DateTime
* @param string $d
* @param int $adjustJulian
* @return DateTime Gregorian date
* @throws Exception
*/
public function hToG(string $d, int $adjustJulian = 0): DateTime
{
Expand Down

0 comments on commit f164ca1

Please sign in to comment.