Completed
Pull Request — master (#243)
by Luc
05:30
created
src/Place/ReadModel/JSONLD/PlaceLDProjector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Broadway\Domain\DomainMessage;
7 7
 use Broadway\EventHandling\EventListenerInterface;
8 8
 use CultuurNet\UDB3\Actor\ActorImportedFromUDB2;
9
-use CultuurNet\UDB3\CalendarFactory;
10 9
 use CultuurNet\UDB3\CalendarFactoryInterface;
11 10
 use CultuurNet\UDB3\Cdb\ActorItemFactory;
12 11
 use CultuurNet\UDB3\Cdb\CdbId\EventCdbIdExtractor;
Please login to merge, or discard this patch.
src/OpeningHours.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     /**
15 15
      * OpeningHours constructor.
16
-     * @param OpeningHour[]|null $openingHours
16
+     * @param OpeningHour[] $openingHours
17 17
      */
18 18
     public function __construct(array $openingHours = null)
19 19
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace CultuurNet\UDB3;
4 4
 
5
-use ValueObjects\DateTime\WeekDay;
6
-
7 5
 class OpeningHours
8 6
 {
9 7
     /**
Please login to merge, or discard this patch.