Closed nachtstern3476 closed 2 years ago
Thank you for reporting. I sent a PR #6778
i want to help add the fix in the code but i don't understand the step to contribute even though i already read the contributing step
Where don't you understand? https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md
Everything, because this is my first time trying to contribute to open source project, i read the contributing guide and it seems there is a lot of word that i don't understand the meaning so i still trying to understand the meaning and hoping that i can understand it in the future. Thanks for helping me
Okay, we have Forum and Slack to support. https://codeigniter.com/discuss
You don't need to close this issue. It will be closed when the bug fix is merged.
PHP Version
7.4
CodeIgniter4 Version
4.2.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
mysql
What happened?
The intelephense in vscode didn't recognise the getNumRows() method. But the method itself work just fine
Steps to Reproduce
in vscode the getNumRows mark as undefined method.
Expected Output
I expect the undefined method will resolve
Anything else?
I knew the problem is in
CodeIgniter\Database\ResultInterface
the getNumRows() method is not defined there, i want to help add the fix in the code but i don't understand the step to contribute even though i already read the contributing step