repod/stubs/OCA/GPodderSync/Core/PodcastData/PodcastMetricsReader.php
Michel Roux 8d72eee723
All checks were successful
repod / nextcloud (push) Successful in 1m34s
repod / nodejs (push) Successful in 2m41s
Real stubs this time
2023-08-04 00:23:59 +02:00

16 lines
195 B
PHP

<?php
declare(strict_types=1);
namespace OCA\GPodderSync\Core\PodcastData;
class PodcastMetricsReader
{
/**
* @return PodcastMetrics[]
*/
public function metrics(string $userId)
{
}
}