Combine phpstan, cs-check, cs-fix into lint-php recipe; fix lint issues + test failures + duplicate detection bug

This commit is contained in:
Pontoporeia
2026-05-20 00:31:19 +02:00
parent 2e75a3b35c
commit 728f05502c
18 changed files with 220 additions and 229 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class MediaController
exit;
}
} catch (\Throwable $e) {
ErrorHandler::log('media_visibility', $e, ['path' => $path]);
ErrorHandler::log('media_visibility', $e, ['path' => $requestedPath]);
}
}