@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @file |
|
| 4 | - * Contains \NotAFramework\App\Controllers\HelloWorldController. |
|
| 5 | - */ |
|
| 3 | + * @file |
|
| 4 | + * Contains \NotAFramework\App\Controllers\HelloWorldController. |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | namespace NotAFramework\App\Controllers; |
| 8 | 8 | |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @file |
|
| 4 | - * Contains \NotAFramework\App\Render\TwigRenderer. |
|
| 5 | - */ |
|
| 3 | + * @file |
|
| 4 | + * Contains \NotAFramework\App\Render\TwigRenderer. |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | namespace NotAFramework\App\Render; |
| 8 | 8 | |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @file |
|
| 4 | - * The app container, handles dependency injection. |
|
| 5 | - */ |
|
| 3 | + * @file |
|
| 4 | + * The app container, handles dependency injection. |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | use League\Container\Container; |
| 8 | 8 | use League\Container\ReflectionContainer; |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @file |
|
| 4 | - * Contains \NotAFramework\App\Controllers\Controller. |
|
| 5 | - */ |
|
| 3 | + * @file |
|
| 4 | + * Contains \NotAFramework\App\Controllers\Controller. |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | namespace NotAFramework\App\Controllers; |
| 8 | 8 | |
@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @file |
|
| 4 | - * Implement error handling, just in case. |
|
| 5 | - */ |
|
| 3 | + * @file |
|
| 4 | + * Implement error handling, just in case. |
|
| 5 | + */ |
|
| 6 | 6 | |
| 7 | 7 | // Register the error handler. |
| 8 | 8 | $whoops = new \Whoops\Run; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * NotAFramework - Something to get things done in PHP |
|
| 4 | - * |
|
| 5 | - * @package NotAFramework |
|
| 6 | - * @author Dan Richards <[email protected]> |
|
| 7 | - */ |
|
| 3 | + * NotAFramework - Something to get things done in PHP |
|
| 4 | + * |
|
| 5 | + * @package NotAFramework |
|
| 6 | + * @author Dan Richards <[email protected]> |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * ---------------------------------------------------------------------------- |