src/CorsMiddleware.php
changed.
Showing 1 of 1 files from the diff.
@@ -67,7 +67,7 @@
Loading
67 | 67 | * "headers.allow": array<string>, |
|
68 | 68 | * "headers.expose": array<string>, |
|
69 | 69 | * credentials: bool, |
|
70 | - | * "origin.server": null|string|array<string>, |
|
70 | + | * "origin.server": null|string, |
|
71 | 71 | * cache: int, |
|
72 | 72 | * error: null|callable, |
|
73 | 73 | * logger: null|LoggerInterface, |
@@ -92,7 +92,7 @@
Loading
92 | 92 | * "headers.allow"?: array<string>, |
|
93 | 93 | * "headers.expose"?: array<string>, |
|
94 | 94 | * credentials?: bool, |
|
95 | - | * "origin.server"?: null|string|array<string>, |
|
95 | + | * "origin.server"?: null|string, |
|
96 | 96 | * cache?: int, |
|
97 | 97 | * error?: null|callable, |
|
98 | 98 | * logger?: null|LoggerInterface, |
Files | Complexity | Coverage |
---|---|---|
src | 49 | 99.24% |
Project Totals (2 files) | 49 | 99.24% |
3226424936
3226424936
3226424936
3226424936
3226424936
1 |
comment: false |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.