Skip to content

Commit

Permalink
bug fix: return the value from getAsArray()
Browse files Browse the repository at this point in the history
  • Loading branch information
treehousetim committed Jan 15, 2019
1 parent 547655d commit 672894b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/canada.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getAsArray() : array
'date' => $this->boxingDay(),
'desc' => 'Boxing Day' ];


return $dates;
}
//------------------------------------------------------------------------
public function memorialDay() : string
Expand Down
1 change: 1 addition & 0 deletions src/usa.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function getAsArray() : array
'date' => $this->christmasDay(),
'desc' => 'Christmas Day' ];

return $dates;
}
//------------------------------------------------------------------------
public function martinLutherKingJrDay() : string
Expand Down

0 comments on commit 672894b

Please sign in to comment.