Skip to content

Commit c500cda

Browse files
committed
docs: fix class notations
1 parent 6cf2eb6 commit c500cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/cookies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ Class Reference
243243
244244
.. php:staticmethod:: setDefaults([$config = []])
245245
246-
:param \Config\Cookie|array $config: The configuration array or instance
246+
:param \\Config\\Cookie|array $config: The configuration array or instance
247247
:rtype: array<string, mixed>
248248
:returns: The old defaults
249249

250-
Set the default attributes to a Cookie instance by injecting the values from the ``\Config\Cookie`` config or an array.
250+
Set the default attributes to a Cookie instance by injecting the values from the ``Config\Cookie`` config or an array.
251251

252252
.. php:staticmethod:: fromHeaderString(string $header[, bool $raw = false])
253253

0 commit comments

Comments
 (0)