Completed
Pull Request — master (#137)
by Kristof
04:49
created
src/EventExport/Format/HTML/Properties/InvalidBrandException.php 1 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/Variations/Model/Properties/Id.php 1 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/Offer/ReadModel/JSONLD/CdbXMLItemBaseImporter.php 1 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/Place/ReadModel/JSONLD/PlaceLDProjector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
         $placeLd = $document->getBody();
296 296
 
297 297
         $placeLd->organizer = array(
298
-          '@type' => 'Organizer',
298
+            '@type' => 'Organizer',
299 299
         ) + (array)$this->organizerJSONLD($organizerUpdated->getOrganizerId());
300 300
 
301 301
         $this->repository->save($document->withBody($placeLd));
Please login to merge, or discard this patch.
src/Event/Events/LabelDeleted.php 1 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/EventLDProjector.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
 
478 478
         $jsonLD->name->nl = $majorInfoUpdated->getTitle();
479 479
         $jsonLD->location = array(
480
-          '@type' => 'Place',
480
+            '@type' => 'Place',
481 481
         ) + (array)$this->placeJSONLD($majorInfoUpdated->getLocation()->getCdbid());
482 482
 
483 483
         $calendarJsonLD = $majorInfoUpdated->getCalendar()->toJsonLd();
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
         $eventLd = $document->getBody();
684 684
 
685 685
         $eventLd->organizer = array(
686
-          '@type' => 'Organizer',
686
+            '@type' => 'Organizer',
687 687
         ) + (array)$this->organizerJSONLD($organizerUpdated->getOrganizerId());
688 688
 
689 689
         $this->repository->save($document->withBody($eventLd));
Please login to merge, or discard this patch.
src/Offer/SecurityInterface.php 1 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/Offer/ReadModel/Permission/Doctrine/DBALRepository.php 1 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/Offer/ReadModel/Permission/Doctrine/SchemaConfigurator.php 1 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.