@@ -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 | /** |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Interface for a service locator |
|
4 | - */ |
|
3 | + * Interface for a service locator |
|
4 | + */ |
|
5 | 5 | namespace Phile\ServiceLocator; |
6 | 6 | |
7 | 7 | /** |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The EventObserverInterface |
|
4 | - */ |
|
3 | + * The EventObserverInterface |
|
4 | + */ |
|
5 | 5 | namespace Phile\Gateway; |
6 | 6 | |
7 | 7 | /** |
@@ -128,8 +128,8 @@ |
||
128 | 128 | $column = array(); |
129 | 129 | foreach ($pages as $page) { |
130 | 130 | /** |
131 | - * @var \Phile\Model\Page $page |
|
132 | - */ |
|
131 | + * @var \Phile\Model\Page $page |
|
132 | + */ |
|
133 | 133 | $meta = $page->getMeta(); |
134 | 134 | if ($sort['type'] === 'page') { |
135 | 135 | $method = 'get' . ucfirst($key); |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The Phile Utility class |
|
4 | - */ |
|
3 | + * The Phile Utility class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Core; |
6 | 6 | |
7 | 7 | /** |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | $result = array(); |
129 | 129 | foreach ($files as $file) { |
130 | 130 | /** |
131 | - * @var \SplFileInfo $file |
|
131 | + * @var \SplFileInfo $file |
|
132 | 132 | */ |
133 | 133 | $result[] = $file->getPathname(); |
134 | 134 | } |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * the Router class |
|
4 | - */ |
|
3 | + * the Router class |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Phile\Core; |
7 | 7 |
@@ -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 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * The Session class |
|
4 | - */ |
|
3 | + * The Session class |
|
4 | + */ |
|
5 | 5 | namespace Phile\Core; |
6 | 6 | |
7 | 7 | /** |
@@ -15,12 +15,12 @@ discard block |
||
15 | 15 | class Session |
16 | 16 | { |
17 | 17 | /** |
18 | - * @var bool mark if session is started |
|
18 | + * @var bool mark if session is started |
|
19 | 19 | */ |
20 | 20 | static public $isStarted = false; |
21 | 21 | |
22 | 22 | /** |
23 | - * @var string the session id |
|
23 | + * @var string the session id |
|
24 | 24 | */ |
25 | 25 | static public $sessionId = ''; |
26 | 26 |