@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Event class |
|
| 4 | - */ |
|
| 3 | + * The Event class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Registry class |
|
| 4 | - */ |
|
| 3 | + * Registry class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Core; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -21,17 +21,17 @@ |
||
| 21 | 21 | { |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @var string plugin attributes |
|
| 24 | + * @var string plugin attributes |
|
| 25 | 25 | */ |
| 26 | 26 | protected $plugin = []; |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @var array subscribed Phile events ['eventName' => 'classMethodToCall'] |
|
| 29 | + * @var array subscribed Phile events ['eventName' => 'classMethodToCall'] |
|
| 30 | 30 | */ |
| 31 | 31 | protected $events = []; |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | - * @var array the plugin settings |
|
| 34 | + * @var array the plugin settings |
|
| 35 | 35 | */ |
| 36 | 36 | protected $settings = []; |
| 37 | 37 | |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Plugin class |
|
| 4 | - */ |
|
| 3 | + * Plugin class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Plugin\Phile\ParserMeta; |
| 6 | 6 | |
| 7 | 7 | use Phile\Core\ServiceLocator; |