Make DummyPlugin class final
Plugin developers MUST NOT extend from DummyPlugin, they SHOULD extend from AbstractPicoPlugin
This commit is contained in:
parent
876a500ecf
commit
20387e0bf9
@ -11,7 +11,7 @@
|
|||||||
* @license http://opensource.org/licenses/MIT
|
* @license http://opensource.org/licenses/MIT
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
*/
|
*/
|
||||||
class DummyPlugin extends AbstractPicoPlugin
|
final class DummyPlugin extends AbstractPicoPlugin
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* This plugin is enabled by default?
|
* This plugin is enabled by default?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user