mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-05-05 18:13:08 +03:00
Fix typos
This commit is contained in:
parent
2bd0331800
commit
6be97b32a8
@ -75,7 +75,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
|||||||
* If a plugin extends \Mibew\Plugin\AbstructPlugin class the only method
|
* If a plugin extends \Mibew\Plugin\AbstructPlugin class the only method
|
||||||
* that should be implemented is "run".
|
* that should be implemented is "run".
|
||||||
*
|
*
|
||||||
* Here we can attache event listeners and do other job.
|
* Here we can attach event listeners and do other job.
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
@ -101,7 +101,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Also we can add dependencies. But make shure that they was loaded BEFORE
|
* Also we can add dependencies. But make sure that they were loaded BEFORE
|
||||||
* current plugin in config.php
|
* current plugin in config.php
|
||||||
*
|
*
|
||||||
* If the plugin depends, for example, on "Abc:BestFeature" and "Xyz:Logger"
|
* If the plugin depends, for example, on "Abc:BestFeature" and "Xyz:Logger"
|
||||||
|
Loading…
Reference in New Issue
Block a user