]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Blacklist/BlacklistPlugin.php
Added some checked (I checked them) type-hints to improve type-safety (typing mistakes).
[quix0rs-gnu-social.git] / plugins / Blacklist / BlacklistPlugin.php
index bad89f2457239a7f2fabbf3bbe24e4d0e51a9de2..4491c273294d5c0d9bd133bad02e12e6031f27d6 100644 (file)
@@ -122,7 +122,7 @@ class BlacklistPlugin extends Plugin
      *
      * @return boolean hook value
      */
-    function onStartRegisterUser(&$user, &$profile)
+    function onStartRegisterUser(User &$user, Profile &$profile)
     {
         $homepage = strtolower($profile->homepage);