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

23 lines
241 B
PHP

<?php
declare(strict_types=1);
namespace OCA\GPodderSync\Core\SubscriptionChange;
class SubscriptionChange
{
/**
* @return bool
*/
public function isSubscribed()
{
}
/**
* @return string
*/
public function getUrl()
{
}
}