mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-02 14:29:11 +02:00
feat: set min PHP version to 8.5 + upgrade CI4 to 4.7
update all dependencies to latest
This commit is contained in:
parent
6b302ad8bf
commit
ed57e13b40
109 changed files with 577 additions and 381 deletions
|
|
@ -133,7 +133,7 @@ class TranscriptParser
|
|||
|
||||
$lines = explode(PHP_EOL, $this->transcriptContent);
|
||||
// add a newline as last item, if it isn't already a newline
|
||||
if ($lines[array_key_last($lines)] !== '') {
|
||||
if (array_last($lines) !== '') {
|
||||
$lines[] = PHP_EOL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue