Skip to content

Commit 3149bed

Browse files
wofferlGrotax
authored andcommitted
fix min interval output
Signed-off-by: Wolfgang <[email protected]>
1 parent 8e3d3d3 commit 3149bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/feedio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)