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:
parent
9e45bcab47
commit
acfed2353c
|
@ -38,7 +38,7 @@ const QVITTERDIR = __DIR__;
|
||||||
|
|
||||||
class QvitterPlugin extends Plugin {
|
class QvitterPlugin extends Plugin {
|
||||||
|
|
||||||
public function settings($setting)
|
static function settings($setting)
|
||||||
{
|
{
|
||||||
|
|
||||||
/* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
|
/* · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
|
||||||
|
|
Loading…
Reference in New Issue
Block a user