Skip to content

Commit 3e349e1

Browse files
committed
docs: make URI::setSilent() deprecated
1 parent b24c01c commit 3e349e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

system/HTTP/URI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function __construct(?string $uri = null)
263263
* If $silent == true, then will not throw exceptions and will
264264
* attempt to continue gracefully.
265265
*
266-
* Note: Method not in PSR-7
266+
* @deprecated 4.4.0 Method not in PSR-7
267267
*
268268
* @return URI
269269
*/

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Deprecations
216216
``$tokenName``, ``$headerName``, ``$expires``, ``$regenerate``, and
217217
``$redirect`` in ``Security`` are deprecated, and no longer used. Use
218218
``$config`` instead.
219+
- **URI:** ``URI::setSilent()`` is deprecated.
219220

220221
Bugs Fixed
221222
**********

0 commit comments

Comments
 (0)