File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function read(FeedIo $feedIo, string $url)
5151
5252 $ updateStats = $ result ->getUpdateStats ();
5353
54- echo "\033[32mMinimum interval between items : \033[34m " .formatDateInterval ($ updateStats ->getMedianInterval ())."\033[0m " . PHP_EOL ;
54+ echo "\033[32mMinimum interval between items : \033[34m " .formatDateInterval ($ updateStats ->getMinInterval ())."\033[0m " . PHP_EOL ;
5555 echo "\033[32mMedian interval : \033[34m " .formatDateInterval ($ updateStats ->getMedianInterval ())."\033[0m " . PHP_EOL ;
5656 echo "\033[32mAverage interval : \033[34m " .formatDateInterval ($ updateStats ->getAverageInterval ())."\033[0m " . PHP_EOL ;
5757 echo "\033[32mMaximum interval : \033[34m " .formatDateInterval ($ updateStats ->getMaxInterval ())."\033[0m " . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments