coding style

This commit is contained in:
Matthias Pfefferle 2023-05-17 09:02:37 +02:00
parent d89c05aa49
commit 60fc581e1d
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ use stdClass;
use WP_REST_Server; use WP_REST_Server;
use WP_REST_Response; use WP_REST_Response;
use Activitypub\Collection\Followers as FollowerCollection; use Activitypub\Collection\Followers as FollowerCollection;
use function Activitypub\get_rest_url_by_path; use function Activitypub\get_rest_url_by_path;
/** /**

View file

@ -2,6 +2,7 @@
namespace Activitypub\Rest; namespace Activitypub\Rest;
use Activitypub\Model\Activity; use Activitypub\Model\Activity;
use function Activitypub\get_rest_url_by_path; use function Activitypub\get_rest_url_by_path;
/** /**