src/Repositories/H5PContentRepository.php
Method edit
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function edit(int $id, string $library, string $params, string $nonce): int
{
$content = H5PContent::where('id', $id)->first();
$previousLib = H5PLibrary::where('id', $content->library_id)->first();