QvitterPlugin::settings should be declared static

since it exclusively gets called statically and it otherwise generates
PHP Strict Standards warnings.
This commit is contained in:
Mikael Nordfeldth 2015-06-07 10:04:53 +02:00
parent 9e45bcab47
commit acfed2353c

View File

@ -38,7 +38,7 @@ const QVITTERDIR = __DIR__;
class QvitterPlugin extends Plugin {
public function settings($setting)
static function settings($setting)
{
/* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·