@@ -45,8 +45,8 @@ function foo(): void
4545 assertType ('CodeIgniter\Shield\Entities\AccessToken|null ' , $ model ->asObject (AccessToken::class)->first ());
4646 assertType ('stdClass|null ' , $ model ->asObject ()->find (1 ));
4747 assertType ('stdClass|null ' , $ model ->asObject ('object ' )->find (45 ));
48- assertType ('list<array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string }> ' , $ model ->asArray ()->findAll ());
48+ assertType ('list<array{username: string, status: string, status_message: string, active: bool, last_active: string}> ' , $ model ->asArray ()->findAll ());
4949
5050 assertType ('stdClass|null ' , $ model ->asArray ()->asObject ()->first ());
51- assertType ('array{username: string, status: string, status_message: string, active: bool, last_active: string, deleted_at: string }|null ' , $ model ->asObject ()->asArray ()->first ());
51+ assertType ('array{username: string, status: string, status_message: string, active: bool, last_active: string}|null ' , $ model ->asObject ()->asArray ()->first ());
5252}
0 commit comments