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.6.0.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,8 @@ Removed Deprecated Items
203
203
- **View:** The deprecated property ``CodeIgniter\View\View::$currentSection`` has been removed.
204
204
- **Config:** The deprecated property ``Config\Cache::$storePath`` has been removed. Use ``Config\Cache::$file['storePath']`` instead.
205
205
- **Formatter:** The deprecated ``Config\Format::getFormatter()`` has been removed. Use ``CodeIgniter\Format\Format::getFormatter()`` instead.
206
+
- **Security:** ``Config\Security::$samesite`` has been removed. Use ``Config\Cookie::$samesite`` instead.
207
+
- **Cookie:** Methods ``dispatch()``, ``setRawCookie()``, ``setCookie()`` in ``CodeIgniter\Cookie\CookieStore`` has been removed. They are now part of ``CodeIgniter\HTTP\ResponseTrait``.
Copy file name to clipboardExpand all lines: utils/phpstan-baseline/missingType.iterableValue.neon
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# total 1667 errors
1
+
# total 1665 errors
2
2
3
3
parameters:
4
4
ignoreErrors:
@@ -852,16 +852,6 @@ parameters:
852
852
count:1
853
853
path:../../system/Controller.php
854
854
855
-
-
856
-
message:'#^Method CodeIgniter\\Cookie\\CookieStore\:\:setCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
857
-
count:1
858
-
path:../../system/Cookie/CookieStore.php
859
-
860
-
-
861
-
message:'#^Method CodeIgniter\\Cookie\\CookieStore\:\:setRawCookie\(\) has parameter \$options with no value type specified in iterable type array\.$#'
862
-
count:1
863
-
path:../../system/Cookie/CookieStore.php
864
-
865
855
-
866
856
message:'#^Method CodeIgniter\\Cookie\\CookieStore\:\:validateCookies\(\) has parameter \$cookies with no value type specified in iterable type array\.$#'
0 commit comments