@@ -41,10 +41,10 @@ |
||
41 | 41 | $routingParams = $this->getRoutingParameters(); |
42 | 42 | |
43 | 43 | $content = 'Lorem ipsum dolor sit amet...'; |
44 | - $testFile = __DIR__ . '/../../../../../data/temp/markdownTest.md'; |
|
44 | + $testFile = __DIR__.'/../../../../../data/temp/markdownTest.md'; |
|
45 | 45 | |
46 | 46 | if (file_exists($testFile)) { |
47 | - $content = file_get_contents(__DIR__ . '/../../../../../data/temp/markdownTest.md'); |
|
47 | + $content = file_get_contents(__DIR__.'/../../../../../data/temp/markdownTest.md'); |
|
48 | 48 | } |
49 | 49 | |
50 | 50 | return [ |
@@ -48,7 +48,7 @@ |
||
48 | 48 | * @param Result $routeResult |
49 | 49 | * @return void |
50 | 50 | */ |
51 | - public function resolveMiddleware(string $application, Result &$routeResult) : void |
|
51 | + public function resolveMiddleware(string $application, Result&$routeResult) : void |
|
52 | 52 | { |
53 | 53 | $applicationEntity = $this->getApplicationEntity($application); |
54 | 54 |
@@ -44,5 +44,5 @@ |
||
44 | 44 | * @param Result $routeResult |
45 | 45 | * @return void |
46 | 46 | */ |
47 | - public function resolveMiddleware(string $application, Result &$routeResult) : void; |
|
47 | + public function resolveMiddleware(string $application, Result&$routeResult) : void; |
|
48 | 48 | } |