Completed
Pull Request — master (#117)
by Kristof
04:39
created
src/Place/ReadModel/Permission/Doctrine/DBALRepository.php 1 patch
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.
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.