Completed
Push — master ( 670c74...7830c9 )
by Kristof
05:10
created
src/SavedSearches/ReadModel/SavedSearch.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * @param String $name
30 30
      * @param QueryString $query
31
-     * @param String $id
31
+     * @param string $id
32 32
      */
33 33
     public function __construct(String $name, QueryString $query, String $id = null)
34 34
     {
Please login to merge, or discard this patch.
src/Translation.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
     /**
37 37
      * Translation constructor.
38 38
      * @param Language $language
39
-     * @param String|null $title
40
-     * @param String|null $shortDescription
41
-     * @param String|null $longDescription
39
+     * @param null|string $title
40
+     * @param null|string $shortDescription
41
+     * @param null|string $longDescription
42 42
      */
43 43
     public function __construct(
44 44
         Language $language,
Please login to merge, or discard this patch.
src/UiTID/CultureFeedUsers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * @param \CultureFeed_SearchUsersQuery $query
40
-     * @return string|null
40
+     * @return String|null
41 41
      */
42 42
     private function searchSingleUser(\CultureFeed_SearchUsersQuery $query)
43 43
     {
Please login to merge, or discard this patch.
src/Place/Events/MajorInfoUpdated.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
     /**
50 50
      * @param string $placeId
51 51
      * @param Title $title
52
-     * @param string $location
53 52
      * @param CalendarInterface $calendar
54 53
      */
55 54
     public function __construct($placeId, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, $theme = null)
Please login to merge, or discard this patch.
src/CollaborationData.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return String|null
60
+     * @return String
61 61
      */
62 62
     public function getSubBrand()
63 63
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return String|null
79
+     * @return String
80 80
      */
81 81
     public function getTitle()
82 82
     {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
     }
96 96
 
97 97
     /**
98
-     * @return String|null
98
+     * @return String
99 99
      */
100 100
     public function getText()
101 101
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @return String|null
117
+     * @return String
118 118
      */
119 119
     public function getCopyright()
120 120
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @return String|null
136
+     * @return String
137 137
      */
138 138
     public function getKeyword()
139 139
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @return String|null
155
+     * @return String
156 156
      */
157 157
     public function getArticle()
158 158
     {
Please login to merge, or discard this patch.
src/Event/ReadModel/JSONLD/CdbXMLImporter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
 
165 165
     /**
166 166
      * @param \CultureFeed_Cdb_Item_Event $event
167
-     * @param $jsonLD
167
+     * @param \stdClass $jsonLD
168 168
      */
169 169
     private function importLabels(\CultureFeed_Cdb_Item_Event $event, $jsonLD)
170 170
     {
Please login to merge, or discard this patch.
src/Place/Place.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * @param CalendarInterface $calendar
69 69
      * @param Theme/null $theme
70 70
      *
71
-     * @return Event
71
+     * @return Place
72 72
      */
73 73
     public static function createPlace($id, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, Theme $theme = null)
74 74
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * Apply the place created event.
83
-     * @param PlaceCreate $placeCreated
83
+     * @param PlaceCreated $placeCreated
84 84
      */
85 85
     protected function applyPlaceCreated(PlaceCreated $placeCreated)
86 86
     {
@@ -110,6 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Handle an update command to update organizer.
113
+     * @param string $organizerId
113 114
      */
114 115
     public function updateOrganizer($organizerId)
115 116
     {
@@ -220,7 +221,7 @@  discard block
 block discarded – undo
220 221
      * @param string $cdbXmlNamespaceUri
221 222
      *   The cdb xml namespace uri.
222 223
      *
223
-     * @return Actor
224
+     * @return Place
224 225
      *   The actor.
225 226
      */
226 227
     public static function importFromUDB2Actor(
@@ -250,7 +251,7 @@  discard block
 block discarded – undo
250 251
      * @param string $cdbXmlNamespaceUri
251 252
      *   The cdb xml namespace uri.
252 253
      *
253
-     * @return Actor
254
+     * @return Place
254 255
      *   The actor.
255 256
      */
256 257
     public static function importFromUDB2Event(
Please login to merge, or discard this patch.
src/Event/EventLDProjector.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
     /**
370 370
      * Return the media of an event if it already exists.
371 371
      *
372
-     * @param $eventId
372
+     * @param string $eventId
373 373
      *  The id of the event.
374 374
      *
375 375
      * @return array
@@ -867,6 +867,9 @@  discard block
 block discarded – undo
867 867
         return $document;
868 868
     }
869 869
 
870
+    /**
871
+     * @param string $eventId
872
+     */
870 873
     private function generateSameAs($eventId, $name)
871 874
     {
872 875
         $eventSlug = $this->slugger->slug($name);
Please login to merge, or discard this patch.
src/EventExport/EventExportService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      *  A selection of items that will be included in the export.
92 92
      *  When left empty the whole query will export.
93 93
      *
94
-     * @return bool|string
94
+     * @return false|string
95 95
      *  The destination url of the export file or false if no events were found.
96 96
      */
97 97
     public function exportEvents(
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
      * Generator that yields each unique search result.
264 264
      *
265 265
      * @param int $totalItemCount
266
-     * @param string|object $query
266
+     * @param EventExportQuery $query
267 267
      * @param LoggerInterface $logger
268 268
      *
269 269
      * @return \Generator
Please login to merge, or discard this patch.