@@ -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> |
@@ -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 | - * 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 | - * The Session class |
|
4 | - */ |
|
3 | + * The Session class |
|
4 | + */ |
|
5 | 5 | namespace Phile; |
6 | 6 | |
7 | 7 | /** |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Model class |
|
4 | - */ |
|
3 | + * Model class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Model; |
6 | 6 | |
7 | 7 | use Phile\Core\Event; |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | protected function parseRawData($rawData) |
82 | 82 | { |
83 | 83 | /** |
84 | - * @var \Phile\ServiceLocator\MetaInterface $metaParser |
|
84 | + * @var \Phile\ServiceLocator\MetaInterface $metaParser |
|
85 | 85 | */ |
86 | 86 | $metaParser = ServiceLocator::getService('Phile_Parser_Meta'); |
87 | 87 | $data = $metaParser->parse($rawData); |
@@ -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 @@ 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 | * |