@@ -16,12 +16,12 @@ discard block |
||
16 | 16 | { |
17 | 17 | |
18 | 18 | /** |
19 | - * @var array of AbstractPlugin |
|
19 | + * @var array of AbstractPlugin |
|
20 | 20 | */ |
21 | 21 | protected $plugins = []; |
22 | 22 | |
23 | 23 | /** |
24 | - * @var array errors during load; keys: 'message' and 'code' |
|
24 | + * @var array errors during load; keys: 'message' and 'code' |
|
25 | 25 | */ |
26 | 26 | protected $loadErrors = []; |
27 | 27 | |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | } |
83 | 83 | |
84 | 84 | /** |
85 | - * @var \Phile\Plugin\AbstractPlugin $plugin |
|
85 | + * @var \Phile\Plugin\AbstractPlugin $plugin |
|
86 | 86 | */ |
87 | 87 | $plugin = new $pluginClassName; |
88 | 88 | if (($plugin instanceof AbstractPlugin) === false) { |
@@ -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,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * the configuration file |
|
4 | - * |
|
5 | - * @see https://michelf.ca/projects/php-markdown/configuration/ |
|
6 | - */ |
|
3 | + * the configuration file |
|
4 | + * |
|
5 | + * @see https://michelf.ca/projects/php-markdown/configuration/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | return array( |
9 | 9 | 'empty_element_suffix' => ' />', |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The PhpFastCache implemenation class |
|
4 | - */ |
|
3 | + * The PhpFastCache implemenation class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Plugin\Phile\PhpFastCache; |
6 | 6 | |
7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * config file for plugin |
|
4 | - */ |
|
3 | + * config file for plugin |
|
4 | + */ |
|
5 | 5 | $config = [ |
6 | 6 | /** |
7 | 7 | * Default storage engine |
@@ -17,7 +17,7 @@ |
||
17 | 17 | class SimpleFileDataPersistence implements PersistenceInterface |
18 | 18 | { |
19 | 19 | /** |
20 | - * @var string $dataDirectory the data storage directory |
|
20 | + * @var string $dataDirectory the data storage directory |
|
21 | 21 | */ |
22 | 22 | protected $dataDirectory; |
23 | 23 |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The Meta Parser Interface |
|
4 | - */ |
|
3 | + * The Meta Parser Interface |
|
4 | + */ |
|
5 | 5 | namespace Phile\Plugin\Phile\ParserMeta\Parser; |
6 | 6 | |
7 | 7 | use Phile\ServiceLocator\MetaInterface; |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | class Meta implements MetaInterface |
19 | 19 | { |
20 | 20 | /** |
21 | - * @var array $config the configuration for this parser |
|
21 | + * @var array $config the configuration for this parser |
|
22 | 22 | */ |
23 | 23 | private $config; |
24 | 24 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * test class used in Phile's unit tests |
|
4 | - */ |
|
3 | + * test class used in Phile's unit tests |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Phile\Plugin\Phile\TestPlugin; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The Error Handler |
|
4 | - */ |
|
3 | + * The Error Handler |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Phile\Plugin\Phile\ErrorHandler; |
7 | 7 |