Skip to content

Commit

Permalink
removed doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-nauman committed Jan 22, 2024
1 parent f4c1577 commit e7d7cc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Countries/Pakistan.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ public function countryCode(): string
return 'pk';
}

/**
* @return array<string, CarbonImmutable>
* @link https://en.wikipedia.org/wiki/Public_holidays_in_Pakistan
*/
protected function allHolidays(int $year): array
{
return array_merge([
Expand Down

0 comments on commit e7d7cc9

Please sign in to comment.