File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ class App extends BaseConfig
436436 * Defaults to `Lax` as recommended in this link:
437437 *
438438 * @see https://portswigger.net/web-security/csrf/samesite-cookies
439- * @deprecated Use `Config\Security ` $samesite property instead of using this property .
439+ * @deprecated `Config\Cookie ` $samesite property is used .
440440 *
441441 * @var string
442442 */
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ class Security extends BaseConfig
111111 *
112112 * @var string
113113 *
114- * @deprecated
114+ * @deprecated `Config\Cookie` $samesite property is used.
115115 */
116116 public $ samesite = 'Lax ' ;
117117}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ class Security implements SecurityInterface
136136 *
137137 * @var string
138138 *
139- * @deprecated
139+ * @deprecated `Config\Cookie` $samesite property is used.
140140 */
141141 protected $ samesite = Cookie::SAMESITE_LAX ;
142142
You can’t perform that action at this time.
0 commit comments