mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +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
|
|
@ -89,7 +89,7 @@ class PodcastPlatformController extends BaseController
|
|||
array_key_exists('visible', $podcastPlatform) &&
|
||||
$podcastPlatform['visible'] === 'yes',
|
||||
'is_on_embed' =>
|
||||
array_key_exists('on_embed', $podcastPlatform,) && $podcastPlatform['on_embed'] === 'yes',
|
||||
array_key_exists('on_embed', $podcastPlatform) && $podcastPlatform['on_embed'] === 'yes',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue