Function declarations not matching their parents

This commit is contained in:
Mikael Nordfeldth
2015-06-06 22:14:56 +02:00
parent 871912a00a
commit d76d37340a
7 changed files with 11 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
class WAP20Plugin extends Plugin
{
function onStartShowHTML($action)
function onStartShowHTML(Action $action)
{
}