Tags: own3d/id
Tags
fix Paginator not guarded against missing pagination key simplePaginate() responses have no 'pagination' cursor object, leaving $this->pagination null. Previously Paginator::from() was called unconditionally, causing a fatal error when cursor() accessed $pagination->cursor on null. Now the paginator is only created when a pagination object is actually present in the response. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
prepare codebase for PHP 8.5 compatibility - Replace deprecated Route::namespace() with controller array syntax - Add typed properties and return types throughout Result.php - Add return types to Own3dSsoUserProvider interface methods - Type HasOwn3dIdToken::withOwn3dIdToken() parameter as string - Introduce Contracts\HasOwn3dAccessToken interface; use it in actingAs() instead of trait type hint (traits are not valid PHP type hints) - Add @implements HasOwn3dAccessToken to Own3dIdUser trait - Add full @method static docblock to Facades\Own3dId - Bump phpunit to ^12.0 and orchestra/testbench to ^12.0|^13.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PreviousNext