PHP Version
8.1
CodeIgniter4 Version
4.3.4
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
No response
What happened?
in previous version 4.3.3 it worked normally when using use ResponseTrait, but when updating to version 4.3.4 getGet or getPost and others it becomes Undefined Method. but the getGet or getPost functions are still running normally, but in my IDE it turns red and it's very annoying. I tried asking using Slack but it seems no one is very active there.
Steps to Reproduce
use ResponseTrait;
Expected Output
Defined Method
Anything else?
No response