@@ -241,7 +241,7 @@ class App extends BaseConfig
241241 * Set a cookie name prefix if you need to avoid collisions.
242242 *
243243 * @var string
244- *
244+ *
245245 * @deprecated use Config\Cookie::$prefix property instead.
246246 */
247247 public $ cookiePrefix = '' ;
@@ -254,7 +254,7 @@ class App extends BaseConfig
254254 * Set to `.your-domain.com` for site-wide cookies.
255255 *
256256 * @var string
257- *
257+ *
258258 * @deprecated use Config\Cookie::$domain property instead.
259259 */
260260 public $ cookieDomain = '' ;
@@ -267,7 +267,7 @@ class App extends BaseConfig
267267 * Typically will be a forward slash.
268268 *
269269 * @var string
270- *
270+ *
271271 * @deprecated use Config\Cookie::$path property instead.
272272 */
273273 public $ cookiePath = '/ ' ;
@@ -280,7 +280,7 @@ class App extends BaseConfig
280280 * Cookie will only be set if a secure HTTPS connection exists.
281281 *
282282 * @var boolean
283- *
283+ *
284284 * @deprecated use Config\Cookie::$secure property instead.
285285 */
286286 public $ cookieSecure = false ;
@@ -293,7 +293,7 @@ class App extends BaseConfig
293293 * Cookie will only be accessible via HTTP(S) (no JavaScript).
294294 *
295295 * @var boolean
296- *
296+ *
297297 * @deprecated use Config\Cookie::$httponly property instead.
298298 */
299299 public $ cookieHTTPOnly = true ;
@@ -319,7 +319,7 @@ class App extends BaseConfig
319319 * will be set on cookies. If set to `None`, `$cookieSecure` must also be set.
320320 *
321321 * @var string
322- *
322+ *
323323 * @deprecated use Config\Cookie::$samesite property instead.
324324 */
325325 public $ cookieSameSite = 'Lax ' ;
0 commit comments