Skip to content

Commit 0bd3a4f

Browse files
committed
Update docblocks
1 parent deb2a14 commit 0bd3a4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/http/src/Middleware/HandleCors.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ protected function getPathsByHost(string $host): array
106106

107107
/**
108108
* Get the Cors service instance.
109-
*
110-
* Override this method to provide a custom Cors instance.
111109
*/
112110
protected function getCors(): Cors
113111
{
@@ -116,8 +114,6 @@ protected function getCors(): Cors
116114

117115
/**
118116
* Get the CORS configuration.
119-
*
120-
* Override this method to provide custom CORS configuration.
121117
*/
122118
protected function getCorsConfig(): array
123119
{

0 commit comments

Comments
 (0)