Skip to content

Commit

Permalink
fix:code styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
semernur authored Feb 4, 2025
1 parent 79a1c56 commit 611aa5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function toGregorian()

/**
* Checks if the given date is the start of the month in the Ethiopian Calendar.
*
*
* @return bool
*/
public function isStartOfTheMonth(): bool
Expand All @@ -207,7 +207,7 @@ public function isStartOfTheMonth(): bool

/**
* Checks if the given date is the end of the month in the Ethiopian Calendar.
*
*
* @return bool
*/
public function isEndOfTheMonth(): bool
Expand Down

0 comments on commit 611aa5e

Please sign in to comment.