Joachim M. Giæver 5 éve
szülő
commit
71cc21b6c8
2 módosított fájl, 4 hozzáadás és 2 törlés
  1. 2 1
      README.md
  2. 2 1
      src/Yr/Forecast/Tabular.php

+ 2 - 1
README.md

@@ -372,7 +372,8 @@ $forcast->between(
  $forecast->getSunrise()->add(
      new \DateInterval('P1D')
  )
-);```
+);
+```
 to only show from sunset today unti sunrise tomorrow
 
 

+ 2 - 1
src/Yr/Forecast/Tabular.php

@@ -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