]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Merge pull request #9904 from annando/thread
[friendica.git] / src / Worker / Notifier.php
index 36081455ca6fdc1ff92fa59b10afd22d61817549..4044e3769ad85ffd53e560ec7147f02f89857502 100644 (file)
@@ -53,7 +53,7 @@ use Friendica\Protocol\Salmon;
 
 class Notifier
 {
-       public static function execute($cmd, $target_id)
+       public static function execute(string $cmd, int $target_id)
        {
                $a = DI::app();