We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74fbc7 commit e146db2Copy full SHA for e146db2
src/Days.php
@@ -69,8 +69,6 @@ public function normalize(): array
69
70
public function contains(Day $day): bool
71
{
72
- // TODO: Switch to false or loop
73
- // TODO: Check performance
74
return in_array($day, $this->days, false);
75
}
76
0 commit comments