@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Phile Utility class |
|
| 4 | - */ |
|
| 3 | + * The Phile Utility class |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * the Bootstrap of Phile |
|
| 4 | - */ |
|
| 3 | + * the Bootstrap of Phile |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile; |
| 6 | 6 | |
| 7 | 7 | use Phile\Exception\PluginException; |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The page model |
|
| 4 | - */ |
|
| 3 | + * The page model |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Model; |
| 6 | 6 | |
| 7 | 7 | use Phile\Core\Router; |
@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * the abstract base model |
|
| 4 | - */ |
|
| 3 | + * the abstract base model |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\Model; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | class AbstractModel implements \ArrayAccess |
| 16 | 16 | { |
| 17 | 17 | /** |
| 18 | - * @var array the storage |
|
| 18 | + * @var array the storage |
|
| 19 | 19 | */ |
| 20 | 20 | protected $data = array(); |
| 21 | 21 | |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The Persistence ServiceLocator interface |
|
| 4 | - */ |
|
| 3 | + * The Persistence ServiceLocator interface |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\ServiceLocator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * ServiceLocator MetaParser interface |
|
| 4 | - */ |
|
| 3 | + * ServiceLocator MetaParser interface |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\ServiceLocator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The ServiceLocator interface |
|
| 4 | - */ |
|
| 3 | + * The ServiceLocator interface |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\ServiceLocator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The TemplateInterface |
|
| 4 | - */ |
|
| 3 | + * The TemplateInterface |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\ServiceLocator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The ErrorHandlerInterface |
|
| 4 | - */ |
|
| 3 | + * The ErrorHandlerInterface |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\ServiceLocator; |
| 6 | 6 | |
| 7 | 7 | /** |