Skip to content

Commit 2318446

Browse files
committed
docs: update PHPDoc
1 parent a838fba commit 2318446

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

app/Config/Security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

system/Security/Security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)