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
name: Bug report
about: Help us improve the framework by reporting bugs!
Direction
We use github issues to track bugs, not for support.
If you have a support question, or a feature request, raise these as threads on our forum.
Describe the bug
Documentation of parameter field is wrong because don't says is can be string:
name: Bug report
about: Help us improve the framework by reporting bugs!
Direction
We use github issues to track bugs, not for support.
If you have a support question, or a feature request, raise these as threads on our
forum.
Describe the bug
Documentation of parameter field is wrong because don't says is can be string:
CodeIgniter4/system/Database/Forge.php
Line 343 in 6507c84
CodeIgniter 4 version
4.0.0-alpha.2.
Affected module(s)
class: CodeIgniter\Database\Forge
method: addField
Expected behavior, and steps to reproduce if appropriate
/**
* Add Field
*
* @param array|string $field
*
* @return Forge
*/
Context
The text was updated successfully, but these errors were encountered: