Completed
Pull Request — master (#117)
by Kristof
04:39
created
src/Place/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/Place/ReadModel/Permission/PermissionRepositoryInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 interface PermissionRepositoryInterface
8 8
 {
9 9
     /**
10
-     * @param String $eventId
11 10
      * @param String $uitId
12 11
      * @return void
13 12
      */
Please login to merge, or discard this patch.
src/Place/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.
src/Place/Security.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.