Skip to content

Commit 4f5f852

Browse files
committed
Add note
1 parent 4bfdc61 commit 4f5f852

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Cookie.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ public function getName() : string
162162
}
163163

164164
/**
165+
* Set the cookie name.
166+
*
167+
* NOTE: This method is protected to prevent the cookie name from being
168+
* changed outside the constructor method.
169+
*
165170
* @param string $name
166171
*
167172
* @return static

0 commit comments

Comments
 (0)