We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b795c8 + 5cdc505 commit cc3d2eaCopy full SHA for cc3d2ea
code_samples/api/public_php_api/src/EventSubscriber/MyEventSubcriber.php
@@ -1,11 +1,11 @@
1
-<?php
+<?php declare(strict_types=1);
2
3
namespace App\EventSubscriber;
4
5
use Ibexa\Contracts\Core\Repository\Events\Content\CopyContentEvent;
6
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
7
8
-class MyEventSubscriber implements EventSubscriberInterface
+class MyEventSubcriber implements EventSubscriberInterface
9
{
10
public static function getSubscribedEvents()
11
0 commit comments