Skip to content

Commit 8143d7e

Browse files
committed
Update Cookie.php
1 parent 3062413 commit 8143d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cookie.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static function setDefaults(array $defaults = null)
4242

4343
/**
4444
* Конструктор.
45-
* @param string имя свойства
46-
* @param array|null маппинг других параметров свойства
45+
* @param string имя cookie
46+
* @param array|null маппинг другие свойства cookie
4747
*/
4848
public function __construct(string $name, array $props = null)
4949
{

0 commit comments

Comments
 (0)