]> 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 Haeder <roland@mxchange.org>
Sat, 31 Jan 2015 16:54:20 +0000 (17:54 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/Bookmark/BookmarkPlugin.php

index 51e6ebac09a3d642eaa758981f32e9dc77feab20..fc4b62d5d0fd3ab32a4f4c53f192a7b50fff3397 100644 (file)
@@ -223,7 +223,7 @@ class BookmarkPlugin extends MicroAppPlugin
      *
      * @return boolean hook value
      */
-    function onEndProfileSettingsActions($action)
+    function onEndProfileSettingsActions(Action $action)
     {
         $user = common_current_user();