Hello. I came across the following notice about the getMethod() function belonging to the \CodeIgniter\HTTP\Request class (I'm using the latest version of CI4).
getMethod function is Deprecated.
The documentation says that the $upper parameter of the method is deprecated but not the method itself, however devsense tells me that the method is deprecated.
It seems to me that there is a problem with this.
Thank you for your excellent job 😀 .