@@ -10,8 +10,6 @@ |
||
| 10 | 10 | * @license http://opensource.org/licenses/MIT |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | -use Psr\Http\Message\ServerRequestInterface; |
|
| 14 | - |
|
| 15 | 13 | $config = [ |
| 16 | 14 | 'types' => [ |
| 17 | 15 | 'Phile_App' => Phile\Phile::class, |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | --- |
| 19 | 19 | |
| 20 | 20 | Page Content |
| 21 | -EOF; |
|
| 21 | +eof; |
|
| 22 | 22 | |
| 23 | 23 | $parser = new Meta([ |
| 24 | 24 | 'fences' => ['yaml' => ['open' => '---', 'close' => '---']], |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * Setup global application-object |
| 44 | 44 | */ |
| 45 | -require 'container.php' ; |
|
| 45 | +require 'container.php'; |
|
| 46 | 46 | $app = Phile\Core\Container::getInstance()->get('Phile_App'); |
| 47 | 47 | |
| 48 | 48 | /** |