File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
app/code/Magento/GraphQl/Controller/HttpResponse/Cors Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ class CorsAllowMethodsHeaderProvider implements HeaderProviderInterface
24
24
*/
25
25
private $ corsConfiguration ;
26
26
27
+ /**
28
+ * @param ConfigurationInterface $corsConfiguration
29
+ * @param string $headerName
30
+ */
27
31
public function __construct (
28
32
ConfigurationInterface $ corsConfiguration ,
29
33
string $ headerName
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ class CorsAllowOriginHeaderProvider implements HeaderProviderInterface
24
24
*/
25
25
private $ corsConfiguration ;
26
26
27
+ /**
28
+ * @param ConfigurationInterface $corsConfiguration
29
+ * @param string $headerName
30
+ */
27
31
public function __construct (
28
32
ConfigurationInterface $ corsConfiguration ,
29
33
string $ headerName
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ class CorsMaxAgeHeaderProvider implements HeaderProviderInterface
24
24
*/
25
25
private $ corsConfiguration ;
26
26
27
+ /**
28
+ * @param ConfigurationInterface $corsConfiguration
29
+ * @param string $headerName
30
+ */
27
31
public function __construct (
28
32
ConfigurationInterface $ corsConfiguration ,
29
33
string $ headerName
You can’t perform that action at this time.
0 commit comments