@@ -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,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @author PhileCMS |
|
4 | - * @link https://philecms.com |
|
5 | - * @license http://opensource.org/licenses/MIT |
|
6 | - * @package Phile |
|
7 | - */ |
|
3 | + * @author PhileCMS |
|
4 | + * @link https://philecms.com |
|
5 | + * @license http://opensource.org/licenses/MIT |
|
6 | + * @package Phile |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | require_once __DIR__ . '/lib/Phile/Bootstrap.php'; |
10 | 10 |
@@ -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 | /** |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Plugin Exception |
|
4 | - */ |
|
3 | + * Plugin Exception |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Phile\Exception; |
7 | 7 |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The SerciveLocator class |
|
4 | - */ |
|
3 | + * The SerciveLocator class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Core; |
6 | 6 | |
7 | 7 | use Phile\Exception\ServiceLocatorException; |