build: update CI to 4.5.3 + php and js dependencies to latest

This commit is contained in:
Yassine Doghri 2024-07-01 16:14:12 +00:00
commit e9c04548de
14 changed files with 2304 additions and 1536 deletions

View file

@ -69,8 +69,7 @@ class PlatformController extends BaseController
$platformsData = [];
foreach (
$this->request->getPost('platforms')
as $platformSlug => $podcastPlatform
$this->request->getPost('platforms') as $platformSlug => $podcastPlatform
) {
$podcastPlatformUrl = trim((string) $podcastPlatform['url']);
if ($podcastPlatformUrl === '') {