mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
build(php): upgrade min php version to 8.3
This commit is contained in:
parent
e2a90def88
commit
b5bd2db28f
182 changed files with 517 additions and 115 deletions
|
|
@ -5,6 +5,7 @@ declare(strict_types=1);
|
|||
namespace App\Views\Components;
|
||||
|
||||
use Exception;
|
||||
use Override;
|
||||
use ViewComponents\Component;
|
||||
|
||||
class DropdownMenu extends Component
|
||||
|
|
@ -34,6 +35,7 @@ class DropdownMenu extends Component
|
|||
$this->items = json_decode(htmlspecialchars_decode($value), true);
|
||||
}
|
||||
|
||||
#[Override]
|
||||
public function render(): string
|
||||
{
|
||||
if ($this->items === []) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue