@@ -372,7 +372,8 @@ $forcast->between(
$forecast->getSunrise()->add(
new \DateInterval('P1D')
)
-);```
+);
+```
to only show from sunset today unti sunrise tomorrow
@@ -73,7 +73,8 @@ class Tabular implements \IteratorAggregate {
* $forecast->getSunrise()->add(
* new \DateInterval('P1D')
* )
- * );```
+ * );
+ * ```
* to only show from sunset today unti sunrise tomorrow
*
* @return Tabular with new collection