mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02: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