Skip to content

Commit eae07a3

Browse files
committed
chore: fix codestyle
1 parent 22e9d05 commit eae07a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CookieManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* A utility class for managing cookies.
1414
*
1515
* This class encapsulates the logic for adding, removing, checking existence, and
16-
* retrieving cookies, using the {@see \yii\web\Request} and {@see \yii\web\Response}
16+
* retrieving cookies, using the {@see Request} and {@see Response}
1717
* objects. It simplifies working with cookies by abstracting implementation details
1818
* and providing more convenient methods.
1919
*

0 commit comments

Comments
 (0)