Skip to content

feat: added playlist command to fix cycles (#749) #462

feat: added playlist command to fix cycles (#749)

feat: added playlist command to fix cycles (#749) #462

Triggered via push September 26, 2024 04:15
Status Failure
Total duration 2m 16s
Artifacts
static-analysis
2m 6s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
static-analysis: app/Console/Commands/Models/PlaylistFixCommand.php#L87
Access to an undefined property Illuminate\Database\Eloquent\Model::$next_id.
static-analysis: app/Console/Commands/Models/PlaylistFixCommand.php#L96
Access to an undefined property Illuminate\Database\Eloquent\Model::$track_id.
static-analysis: app/Console/Commands/Models/PlaylistFixCommand.php#L101
Access to an undefined property Illuminate\Database\Eloquent\Model::$track_id.
static-analysis: app/Console/Commands/Models/PlaylistFixCommand.php#L117
Access to an undefined property Illuminate\Database\Eloquent\Model::$previous_id.
static-analysis: app/Console/Commands/Models/PlaylistFixCommand.php#L118
Access to an undefined property Illuminate\Database\Eloquent\Model::$next_id.
static-analysis
Process completed with exit code 1.
static-analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/