We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7748f commit 1170065Copy full SHA for 1170065
README.md
@@ -110,6 +110,7 @@ class RangeForYear implements DateRangeProvider
110
new DateTimeImmutable(DateTimeImmutable::createFromFormat('c', "{$this->year}-12-31T23:59:59Z"))
111
);
112
}
113
+}
114
~~~
115
116
Your classes might depend on range provider instead of `DateRange`,
@@ -129,7 +130,7 @@ $calculator->calculate(new RangeForQuarter(2017));
129
130
$calculator->calculate(new RangeForMonth(2017));
131
132
-Even your class might require concrete range contact:
133
+Even your class might require concrete range contract:
134
135
~~~php
136
class ReportCalculator
0 commit comments