@@ -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 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Template engine class |
|
4 | - */ |
|
3 | + * Template engine class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Plugin\Phile\TemplateTwig\Template; |
6 | 6 | |
7 | 7 | use Phile\Core\Event; |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | ]; |
176 | 176 | |
177 | 177 | /** |
178 | - * @var array $templateVars |
|
178 | + * @var array $templateVars |
|
179 | 179 | */ |
180 | 180 | $templateVars = Registry::get('templateVars'); |
181 | 181 | $templateVars += $defaults; |
@@ -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 |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The Development Error Handler |
|
4 | - */ |
|
3 | + * The Development Error Handler |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Phile\Plugin\Phile\ErrorHandler; |
7 | 7 | |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | { |
21 | 21 | |
22 | 22 | /** |
23 | - * @var array settings |
|
23 | + * @var array settings |
|
24 | 24 | */ |
25 | 25 | protected $settings; |
26 | 26 | |
@@ -289,7 +289,7 @@ discard block |
||
289 | 289 | |
290 | 290 | /** |
291 | 291 | * link the class or method to the API or return the method name |
292 | - * |
|
292 | + * |
|
293 | 293 | * @param $class |
294 | 294 | * @param $method |
295 | 295 | * |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * the configuration file |
|
4 | - */ |
|
3 | + * the configuration file |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | return array( |
7 | 7 | 'handler' => \Phile\Plugin\Phile\ErrorHandler\Plugin::HANDLER_ERROR_LOG |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Plugin class |
|
4 | - */ |
|
3 | + * Plugin class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Plugin\Phile\SetupCheck; |
6 | 6 | |
7 | 7 | use Phile\Core\Utility; |
@@ -20,17 +20,17 @@ discard block |
||
20 | 20 | { |
21 | 21 | |
22 | 22 | /** |
23 | - * @var global Phile config |
|
23 | + * @var global Phile config |
|
24 | 24 | */ |
25 | 25 | protected $config; |
26 | 26 | |
27 | 27 | /** |
28 | - * @var bool Phile installation needs setup |
|
28 | + * @var bool Phile installation needs setup |
|
29 | 29 | */ |
30 | 30 | protected $needsSetup = true; |
31 | 31 | |
32 | 32 | /** |
33 | - * @var array event subscription |
|
33 | + * @var array event subscription |
|
34 | 34 | */ |
35 | 35 | protected $events = [ |
36 | 36 | 'config_loaded' => 'onConfigLoaded', |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Plugin class |
|
4 | - */ |
|
3 | + * Plugin class |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | /* |
7 | 7 | * The namespace structure is Phile\Plugin\<vendor>\<plugin-name> |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * config file |
|
4 | - */ |
|
3 | + * config file |
|
4 | + */ |
|
5 | 5 | return [ |
6 | 6 | 'setting-example' => 'I love Phile!' |
7 | 7 | ]; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Plugin class |
|
4 | - */ |
|
3 | + * Plugin class |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | /* |
7 | 7 | * The namespace structure is Phile\Plugin\<vendor>\<plugin-name> |