mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
Fixed code structure
This commit is contained in:
parent
dc16e6d471
commit
6ce23bd9ca
4 changed files with 6 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue