]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mobile/WAP20Plugin.php
Added missing type-hints for EndNoticeSave(Web) (different).
[quix0rs-gnu-social.git] / plugins / Mobile / WAP20Plugin.php
index aae48a52001751a8ff9b4792baa13c3dc9d6aec5..a48a32e9f1ecb16e1519f0b14993e5482923d0ae 100644 (file)
@@ -31,7 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
-
 /**
  * Superclass for plugin to output XHTML Mobile Profile
  *
@@ -44,13 +43,8 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 class WAP20Plugin extends Plugin
 {
-
-    function onStartShowHTML($action)
+    function onStartShowHTML(Action $action)
     {
 
     }
-
 }
-
-
-?>