]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/implugin.php
Fixed type hints:
[quix0rs-gnu-social.git] / lib / implugin.php
index 4ee9d854663e22cd240df05d189da15b28a938b4..46f29ba66496846852f64506d4615a6b8504702b 100644 (file)
@@ -542,7 +542,7 @@ abstract class ImPlugin extends Plugin
         return true;
     }
 
-    function onStartEnqueueNotice($notice, &$transports)
+    function onStartEnqueueNotice(Notice $notice, array &$transports)
     {
         $profile = Profile::getKV($notice->profile_id);