src/Repositories/Contracts/CourseProgressRepositoryContract.php
Method updateInTopic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function updateInTopic(Topic $topic, Authenticatable $user, int $status, ?int $seconds = null, ?bool $newAttempt = false): void;