Uh oh!
There was an error while loading. Please reload this page.
refactor: fix phpstan no type specified UpdateModelTest - #10016
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?
adiprsa
commented
Mar 2, 2026
no error, i will change |
9062adc to
6bd0c55Compareneznaika0
commented
Mar 4, 2026
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 |
adiprsa
commented
Mar 4, 2026
![]() tests/system/Models/SaveModelTest.php my reference from this |
neznaika0
commented
Mar 4, 2026
Then it's a Time or DateTimeInterface |
adiprsa
commented
Mar 4, 2026
like this? |
protected DateTimeInterface $created_at;Try to study the structure more deeply. |
Uh oh!
There was an error while loading. Please reload this page.
michalsn
commented
Mar 5, 2026
Thank you @adiprsa |

Description
#7731
Checklist: