We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf2eb6 commit c500cdaCopy full SHA for c500cda
1 file changed
user_guide_src/source/libraries/cookies.rst
@@ -243,11 +243,11 @@ Class Reference
243
244
.. php:staticmethod:: setDefaults([$config = []])
245
246
- :param \Config\Cookie|array $config: The configuration array or instance
+ :param \\Config\\Cookie|array $config: The configuration array or instance
247
:rtype: array<string, mixed>
248
:returns: The old defaults
249
250
- Set the default attributes to a Cookie instance by injecting the values from the ``\Config\Cookie`` config or an array.
+ Set the default attributes to a Cookie instance by injecting the values from the ``Config\Cookie`` config or an array.
251
252
.. php:staticmethod:: fromHeaderString(string $header[, bool $raw = false])
253
0 commit comments