Completed
Push — master ( 2bc10c...73f449 )
by Kristof
06:26
created
src/DeleteImageTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return ing
43
+     * @return integer
44 44
      */
45 45
     function getIndexToDelete()
46 46
     {
Please login to merge, or discard this patch.
src/Event/Events/BookingInfoUpdated.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
     /**
20 20
      * @param string $id
21
-     * @param Object $bookingInfo
21
+     * @param \CultuurNet\UDB3\BookingInfo $bookingInfo
22 22
      */
23 23
     public function __construct($id, $bookingInfo)
24 24
     {
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return mixed The object instance
30
+     * @return BookingInfoUpdated The object instance
31 31
      */
32 32
     public static function deserialize(array $data)
33 33
     {
Please login to merge, or discard this patch.
src/Event/Events/EventCreatedFromCdbXml.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return mixed The object instance
45
+     * @return EventCreatedFromCdbXml The object instance
46 46
      */
47 47
     public static function deserialize(array $data)
48 48
     {
Please login to merge, or discard this patch.
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: nicolas
5
- * Date: 07/10/15
6
- * Time: 11:25
7
- */
3
+     * Created by PhpStorm.
4
+     * User: nicolas
5
+     * Date: 07/10/15
6
+     * Time: 11:25
7
+     */
8 8
 
9 9
 namespace CultuurNet\UDB3\Event\Events;
10 10
 
Please login to merge, or discard this patch.
src/Event/Events/EventUpdatedFromCdbXml.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return mixed The object instance
45
+     * @return EventUpdatedFromCdbXml The object instance
46 46
      */
47 47
     public static function deserialize(array $data)
48 48
     {
Please login to merge, or discard this patch.
src/Event/ReadModel/History/HistoryProjector.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     }
126 126
 
127 127
     /**
128
-     * @param $dateString
128
+     * @param string $dateString
129 129
      * @return \DateTime
130 130
      */
131 131
     private function dateFromUdb2DateString($dateString)
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
 
352 352
     /**
353 353
      * @param string $eventId
354
-     * @param Log[]|Log $logs
354
+     * @param Log $logs
355 355
      */
356 356
     protected function writeHistory($eventId, $logs)
357 357
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
         $labels = $labelsMerged->getLabels()->toStrings();
216 216
         // Quote labels.
217 217
         $quotedLabels = array_map(
218
-            function ($label) {
218
+            function($label) {
219 219
                 return "'{$label}'";
220 220
             },
221 221
             $labels
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- */
3
+     * @file
4
+     */
5 5
 
6 6
 namespace CultuurNet\UDB3\Variations;
7 7
 
Please login to merge, or discard this patch.
src/Event/ReadModel/JSONLD/OrganizerServiceInterface.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Gets the JSON-LD structure of an Organizer.
17 17
      *
18
-     * @param string $organizerId
18
+     * @param string $oganizerId
19 19
      *   Id of the Organizer.
20 20
      *
21 21
      * @return \stdClass
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- */
3
+     * @file
4
+     */
5 5
 
6 6
 namespace CultuurNet\UDB3\Variations;
7 7
 
Please login to merge, or discard this patch.
src/Event/ReadModel/Permission/Doctrine/DBALRepository.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use CultuurNet\UDB3\Event\ReadModel\Permission\PermissionQueryInterface;
12 12
 use Doctrine\DBAL\Connection;
13 13
 use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
14
-use Doctrine\DBAL\Schema\Schema;
15 14
 use CultuurNet\UDB3\Event\ReadModel\Permission\PermissionRepositoryInterface;
16 15
 use ValueObjects\String\String;
17 16
 
Please login to merge, or discard this patch.
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: jonas
5
- * Date: 27.10.15
6
- * Time: 14:04
7
- */
3
+     * Created by PhpStorm.
4
+     * User: jonas
5
+     * Date: 27.10.15
6
+     * Time: 14:04
7
+     */
8 8
 
9 9
 namespace CultuurNet\UDB3\Event\ReadModel\Permission\Doctrine;
10 10
 
Please login to merge, or discard this patch.
src/EventExport/Command/ExportEvents.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @return null|\string[]
72
+     * @return string[]
73 73
      */
74 74
     public function getSelection()
75 75
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return null|\string[]
80
+     * @return string[]
81 81
      */
82 82
     public function getInclude()
83 83
     {
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- */
3
+     * @file
4
+     */
5 5
 
6 6
 namespace CultuurNet\UDB3\Variations;
7 7
 
Please login to merge, or discard this patch.
src/EventExport/Command/ExportEventsAsPDF.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return Brand
171
+     * @return string
172 172
      */
173 173
     public function getBrand()
174 174
     {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @return Title
179
+     * @return string
180 180
      */
181 181
     public function getTitle()
182 182
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @return Subtitle
187
+     * @return string
188 188
      */
189 189
     public function getSubtitle()
190 190
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return Footer
195
+     * @return string
196 196
      */
197 197
     public function getFooter()
198 198
     {
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
     }
201 201
 
202 202
     /**
203
-     * @return Publisher
203
+     * @return string
204 204
      */
205 205
     public function getPublisher()
206 206
     {
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @return null|\string[]
227
+     * @return string[]
228 228
      */
229 229
     public function getSelection()
230 230
     {
Please login to merge, or discard this patch.