@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - 'settings' => [ |
|
| 4 | + 'settings' => [ |
|
| 5 | 5 | 'displayErrorDetails' => true, |
| 6 | 6 | 'routerCacheFile' => false, |
| 7 | 7 | ], |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | new Error( |
| 89 | 89 | $path.'[_all]', |
| 90 | 90 | 'constraint.uniquemodel.notunique', |
| 91 | - ['uniqueProperties' => 'name'] |
|
| 91 | + ['uniqueProperties' => 'name'] |
|
| 92 | 92 | ), |
| 93 | 93 | ]; |
| 94 | 94 | } |
@@ -70,12 +70,12 @@ |
||
| 70 | 70 | */ |
| 71 | 71 | public function createNotParsable(string $type, string $contentType, string $body): Error |
| 72 | 72 | { |
| 73 | - return new Error( |
|
| 73 | + return new Error( |
|
| 74 | 74 | Error::SCOPE_BODY, |
| 75 | 75 | 'notparsable', |
| 76 | 76 | 'request body not parsable', |
| 77 | 77 | $type, |
| 78 | 78 | ['body' => $body, 'contentType' => $contentType] |
| 79 | - ); |
|
| 79 | + ); |
|
| 80 | 80 | } |
| 81 | 81 | } |