pixelfed/pixelfed

View on GitHub
app/Jobs/VideoPipeline/VideoHlsPipeline.php

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle(): void
    {
        $depCheck = Cache::rememberForever('video-pipeline:hls:depcheck', function() {
            $bin = config('laravel-ffmpeg.ffmpeg.binaries');
            $output = shell_exec($bin . ' -version');
Severity: Minor
Found in app/Jobs/VideoPipeline/VideoHlsPipeline.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status