Completed
Pull Request — master (#243)
by Luc
06:45 queued 01:00
created
src/CalendarFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @param array $openingHours
208
+     * @param OpeningHour[] $openingHours
209 209
      * @return array
210 210
      */
211 211
     private function openingHoursToArray(array $openingHours)
Please login to merge, or discard this patch.
src/Event/ReadModel/JSONLD/CdbXMLImporter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace CultuurNet\UDB3\Event\ReadModel\JSONLD;
4 4
 
5 5
 use CultureFeed_Cdb_Data_File;
6
-use CultureFeed_Cdb_Data_Keyword;
7 6
 use CultuurNet\UDB3\CalendarFactory;
8 7
 use CultuurNet\UDB3\Cdb\CdbId\EventCdbIdExtractorInterface;
9 8
 use CultuurNet\UDB3\Cdb\PriceDescriptionParser;
Please login to merge, or discard this patch.