]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/OStatusPlugin.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / plugins / OStatus / OStatusPlugin.php
index 9d471076337e4801576cf59c90c583e5ed1fa7ae..7c0530eb6611c2ed13da417e0eb562c7f2482c0b 100644 (file)
@@ -1373,7 +1373,7 @@ class OStatusPlugin extends Plugin
         return true;
     }
 
-    public function onProfileDeleteRelated($profile, &$related)
+    public function onProfileDeleteRelated(Profile $profile, array &$related)
     {
         // Ostatus_profile has a 'profile_id' property, which will be used to find the object
         $related[] = 'Ostatus_profile';