refactor: fix phpstan no type specified UpdateModelTest#10016
refactor: fix phpstan no type specified UpdateModelTest#10016adiprsa wants to merge 3 commits intocodeigniter4:developfrom
Conversation
neznaika0
left a comment
There was a problem hiding this comment.
Does phpdoc make sense when you can use native php typing: string $name? Or is it causing errors?
no error, i will change |
9062adc to
6bd0c55
Compare
|
I'm not sure if the dates are numbers - they're not used for verification. But it seems to be strings, if you look at it $_options |
tests/system/Models/SaveModelTest.php my reference from this |
|
Then it's a Time or DateTimeInterface |
like this? |
protected DateTimeInterface $created_at;Try to study the structure more deeply. |

Description
#7731
Checklist: