#[\Override]

This commit is contained in:
Alexandre Alapetite 2024-04-07 19:58:12 +02:00
parent aed710af88
commit 3e58c2f2b3
No known key found for this signature in database
GPG key ID: A24378C38E812B23
13 changed files with 19 additions and 19 deletions

View file

@ -29,7 +29,7 @@ final class YouTubeExtension extends Minz_Extension
/**
* Initialize this extension
*/
#[Override]
#[\Override]
public function init(): void
{
$this->registerHook('entry_before_display', [$this, 'embedYouTubeVideo']);
@ -243,7 +243,7 @@ final class YouTubeExtension extends Minz_Extension
* - We save configuration in case of a post.
* - We (re)load configuration in all case, so they are in-sync after a save and before a page load.
*/
#[Override]
#[\Override]
public function handleConfigureAction(): void
{
$this->registerTranslates();