Skip to content

Commit 5cdc505

Browse files
mnocongithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 13fe3b2 commit 5cdc505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code_samples/api/public_php_api/src/EventSubscriber/MyEventSubcriber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?php
1+
<?php declare(strict_types=1);
22

33
namespace App\EventSubscriber;
44

55
use Ibexa\Contracts\Core\Repository\Events\Content\CopyContentEvent;
66
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
77

8-
class MyEventSubscriber implements EventSubscriberInterface
8+
class MyEventSubcriber implements EventSubscriberInterface
99
{
1010
public static function getSubscribedEvents()
1111
{

0 commit comments

Comments
 (0)