repod/stubs/OCA/GPodderSync/Core/SubscriptionChange/SubscriptionChangesReader.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
251 B
PHP

<?php
declare(strict_types=1);
namespace OCA\GPodderSync\Core\SubscriptionChange;
class SubscriptionChangesReader
{
/**
* @return SubscriptionChange[]
*/
public static function mapToSubscriptionsChanges(array $urls, bool $subscribed)
{
}
}