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
Made necessary adjustments to make codebase compatible with PHP 8.2. This involved switching to covariant templates for Models on Collection.php, ExecutesQueries.php and Query.php. Removed unnecessary lines in Query.php to improve readability. Also fixed some minor alignment issues in Query.php to maintain consistency. Changes will enhance static type handling and readability.
0 commit comments