We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c0edc commit 99538c5Copy full SHA for 99538c5
1 file changed
user_guide_src/source/incoming/incomingrequest.rst
@@ -497,10 +497,8 @@ The methods provided by the parent classes that are available are:
497
498
.. literalinclude:: incomingrequest/037.php
499
500
- .. php:method:: getUserAgent([$filter = null])
+ .. php:method:: getUserAgent()
501
502
- :param int $filter: The type of filter to apply. A list of filters can be found in
503
- `Types of filters <https://www.php.net/manual/en/filter.filters.php>`__.
504
:returns: The User Agent string, as found in the SERVER data, or null if not found.
505
:rtype: CodeIgniter\\HTTP\\UserAgent
506
0 commit comments