Completed
Pull Request — master (#114)
by Kristof
08:26
created
src/Place/ReadModel/Relations/Doctrine/DBALRepository.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- */
3
+     * @file
4
+     */
5 5
 
6 6
 namespace CultuurNet\UDB3\Place\ReadModel\Relations\Doctrine;
7 7
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     public function removeRelations($eventId)
73 73
     {
74
-      // @todo implement this for non-drupal.
74
+        // @todo implement this for non-drupal.
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.
src/SluggerInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 interface SluggerInterface
14 14
 {
15 15
     /**
16
-    * Returns the slug for a given string
17
-    *
18
-    * @param string $string
19
-    *
20
-    * @return string
21
-    **/
16
+     * Returns the slug for a given string
17
+     *
18
+     * @param string $string
19
+     *
20
+     * @return string
21
+     **/
22 22
     public function slug($string);
23 23
 }
Please login to merge, or discard this patch.
src/Translation.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: nicolas
5
- * Date: 09/11/15
6
- * Time: 14:31
7
- */
3
+     * Created by PhpStorm.
4
+     * User: nicolas
5
+     * Date: 09/11/15
6
+     * Time: 14:31
7
+     */
8 8
 
9 9
 namespace CultuurNet\UDB3;
10 10
 
Please login to merge, or discard this patch.
src/TypicalAgeRangeUpdatedTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function serialize()
34 34
     {
35 35
         return parent::serialize() + array(
36
-          'typicalAgeRange' => $this->typicalAgeRange,
36
+            'typicalAgeRange' => $this->typicalAgeRange,
37 37
         );
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
src/Variations/VariationDecoratedEventService.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/XMLSyntaxException.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: nicolas
5
- * Date: 06/10/15
6
- * Time: 10:19
7
- */
3
+     * Created by PhpStorm.
4
+     * User: nicolas
5
+     * Date: 06/10/15
6
+     * Time: 10:19
7
+     */
8 8
 
9 9
 namespace CultuurNet\UDB3;
10 10
 
Please login to merge, or discard this patch.
src/BackwardsCompatiblePayloadSerializerFactory.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/Cdb/CdbXmlContainerInterface.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/Cdb/CreatedByToUserIdResolverInterface.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.