File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class Session implements SessionInterface
116116 *
117117 * @var string
118118 *
119- * @deprecated
119+ * @deprecated No longer used.
120120 */
121121 protected $ cookieDomain = '' ;
122122
@@ -126,7 +126,7 @@ class Session implements SessionInterface
126126 *
127127 * @var string
128128 *
129- * @deprecated
129+ * @deprecated No longer used.
130130 */
131131 protected $ cookiePath = '/ ' ;
132132
@@ -135,7 +135,7 @@ class Session implements SessionInterface
135135 *
136136 * @var bool
137137 *
138- * @deprecated
138+ * @deprecated No longer used.
139139 */
140140 protected $ cookieSecure = false ;
141141
@@ -145,7 +145,7 @@ class Session implements SessionInterface
145145 *
146146 * @var string
147147 *
148- * @deprecated
148+ * @deprecated No longer used.
149149 */
150150 protected $ cookieSameSite = Cookie::SAMESITE_LAX ;
151151
You can’t perform that action at this time.
0 commit comments