Skip to content

Commit e146db2

Browse files
author
Christian Kolb
committed
Remove todos
1 parent c74fbc7 commit e146db2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Days.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ public function normalize(): array
6969

7070
public function contains(Day $day): bool
7171
{
72-
// TODO: Switch to false or loop
73-
// TODO: Check performance
7472
return in_array($day, $this->days, false);
7573
}
7674

0 commit comments

Comments
 (0)