You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.2.2.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ Release Date: Unreleased
12
12
BREAKING
13
13
********
14
14
15
-
none.
15
+
- Now ``Services::request()`` returns ``IncomingRequest`` or ``CLIRequest``.
16
+
- The method signature of ``CodeIgniter\Debug\Exceptions::__construct()`` has been changed. The ``IncomingRequest`` typehint on the ``$request`` parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
16
17
17
18
Enhancements
18
19
************
@@ -23,11 +24,13 @@ Changes
23
24
*******
24
25
25
26
- Fixed: ``BaseBuilder::increment()`` and ``BaseBuilder::decrement()`` do not reset the ``BaseBuilder`` state after a query.
27
+
- Now ``CLIRequest::isCLI()`` always return true.
28
+
- Now ``IncommingRequest::isCLI()`` always return false.
26
29
27
30
Deprecations
28
31
************
29
32
30
-
none.
33
+
- The parameters of ``Services::request()`` are deprecated.
0 commit comments