mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-09 17:56:43 +02:00
ci: fix lint and formatting issues
This commit is contained in:
parent
34777598dd
commit
84a6447fd4
94 changed files with 987 additions and 1104 deletions
|
|
@ -165,7 +165,7 @@ class VideoClipsController extends BaseController
|
|||
$videoClip = new VideoClip([
|
||||
'title' => $this->request->getPost('title'),
|
||||
'start_time' => (float) $this->request->getPost('start_time'),
|
||||
'duration' => (float) $this->request->getPost('duration',),
|
||||
'duration' => (float) $this->request->getPost('duration'),
|
||||
'theme' => $theme,
|
||||
'format' => $this->request->getPost('format'),
|
||||
'type' => 'video',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue