Fixed code structure

This commit is contained in:
Michael 2022-05-20 04:42:10 +00:00
parent dc16e6d471
commit 6ce23bd9ca
4 changed files with 6 additions and 12 deletions

View file

@ -32,7 +32,7 @@ use Friendica\Worker\Delivery as WorkerDelivery;
class Delivery
{
public static function deliver(string $inbox):array
public static function deliver(string $inbox): array
{
$uri_ids = [];
$posts = Post\Delivery::selectForInbox($inbox);