We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3062413 commit 8143d7eCopy full SHA for 8143d7e
src/Cookie.php
@@ -42,8 +42,8 @@ public static function setDefaults(array $defaults = null)
42
43
/**
44
* Конструктор.
45
- * @param string имя свойства
46
- * @param array|null маппинг других параметров свойства
+ * @param string имя cookie
+ * @param array|null маппинг другие свойства cookie
47
*/
48
public function __construct(string $name, array $props = null)
49
{
0 commit comments