@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * the filter class for all files |
|
| 4 | - */ |
|
| 3 | + * the filter class for all files |
|
| 4 | + */ |
|
| 5 | 5 | namespace Phile\FilterIterator; |
| 6 | 6 | |
| 7 | 7 | /** |
@@ -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 @@ |
||
| 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 | /** |
@@ -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 | /** |
@@ -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 | } |