Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Jul 26, 2022
1 parent 6b22cbe commit cddb965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Agenda/Weekly.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
class Weekly implements AgendaInterface
{
/** @var string[] */
private array $time_periods = [];
public array $time_periods = [];

/** @var string[] */
private array $days = [];
public array $days = [];

public function addTimePeriod(string $start_time, string $end_time): Weekly
{
Expand Down

0 comments on commit cddb965

Please sign in to comment.