]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Type-hint 'Action' for onEndProfileSettingsActions()
authorRoland Haeder <roland@mxchange.org>
Sat, 31 Jan 2015 16:48:04 +0000 (17:48 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:43 +0000 (00:20 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Bookmark/BookmarkPlugin.php

index 771a46c1ccfa296453e0ec7d5e865c8302abe807..67308502a070e87928841c30ddf45c98c82691f0 100644 (file)
@@ -220,7 +220,7 @@ class BookmarkPlugin extends MicroAppPlugin
      *
      * @return boolean hook value
      */
-    function onEndProfileSettingsActions($action)
+    function onEndProfileSettingsActions(Action $action)
     {
         $user = common_current_user();