We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ef50f commit 14b3b67Copy full SHA for 14b3b67
1 file changed
user_guide_src/source/changelogs/v4.4.0.rst
@@ -109,6 +109,14 @@ Added Parameters
109
- **Routing:** The third parameter ``Routing $routing`` has been added to
110
``RouteCollection::__construct()``.
111
112
+Removed Parameters
113
+------------------
114
+
115
+- **Services:** The second parameter ``$request`` and the third parameter
116
+ ``$response`` in ``Services::exceptions()`` have been removed.
117
+- **Error Handling:** The second parameter ``$request`` and the third parameter
118
+ ``$response`` in ``CodeIgniter\Debug\Exceptions::__construct()`` have been removed.
119
120
Return Type Changes
121
-------------------
122
0 commit comments