Skip to content

Commit a7cbde6

Browse files
mnocongithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 5dc56fc commit a7cbde6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code_samples/back_office/calendar/src/Calendar/Holidays/EventSourceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use DateTime;
66
use DateTimeInterface;
7-
use Ibexa\Contracts\Calendar\EventSource\InMemoryEventSource;
87
use Ibexa\Contracts\Calendar\EventCollection;
98
use Ibexa\Contracts\Calendar\EventSource\EventSourceInterface;
9+
use Ibexa\Contracts\Calendar\EventSource\InMemoryEventSource;
1010

1111
class EventSourceFactory
1212
{

code_samples/back_office/calendar/src/Calendar/Holidays/EventType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace App\Calendar\Holidays;
44

5-
use Ibexa\Contracts\Calendar\EventAction\EventActionCollection;
65
use Ibexa\Contracts\Calendar\Event;
6+
use Ibexa\Contracts\Calendar\EventAction\EventActionCollection;
77
use Ibexa\Contracts\Calendar\EventType\EventTypeInterface;
88

99
class EventType implements EventTypeInterface

0 commit comments

Comments
 (0)