@@ -60,8 +60,8 @@ |
||
60 | 60 | private function registerProviderFactory() |
61 | 61 | { |
62 | 62 | /** |
63 | - * @return Factory |
|
64 | - */ |
|
63 | + * @return Factory |
|
64 | + */ |
|
65 | 65 | if (!isset($this['provider/factory'])) { |
66 | 66 | $this['provider/factory'] = function () { |
67 | 67 | return new Factory([ |
@@ -473,8 +473,8 @@ |
||
473 | 473 | $hash = isset($parts['fragment']) ? $parts['fragment'] : ''; |
474 | 474 | |
475 | 475 | $uri = $baseUrl->withPath($path) |
476 | - ->withQuery($query) |
|
477 | - ->withFragment($hash); |
|
476 | + ->withQuery($query) |
|
477 | + ->withFragment($hash); |
|
478 | 478 | } |
479 | 479 | } |
480 | 480 | } |
@@ -79,7 +79,7 @@ |
||
79 | 79 | |
80 | 80 | return $this->respondWith( |
81 | 81 | $response->withStatus($status) |
82 | - ->withHeader('Allow', $this->getMethods()), |
|
82 | + ->withHeader('Allow', $this->getMethods()), |
|
83 | 83 | $contentType, |
84 | 84 | $output |
85 | 85 | ); |