Completed
Push — master ( 3d898f...178a08 )
by Oleg
08:20
created
src/Authentication/Controller/CreatePasswordAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\Common\Collections\Criteria;
7 7
 use Doctrine\ORM\EntityManager;
8 8
 use Doctrine\ORM\ORMException;
9
-use Doctrine\ORM\ORMInvalidArgumentException;
10 9
 use Psr\Http\Message\ResponseInterface;
11 10
 use Psr\Http\Message\ServerRequestInterface;
12 11
 use Psr\Http\Server\MiddlewareInterface;
Please login to merge, or discard this patch.
src/Authentication/Middleware/TokenResourceMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use Doctrine\ORM\EntityManager;
7 7
 use Doctrine\ORM\ORMException;
8
-use Doctrine\ORM\ORMInvalidArgumentException;
9 8
 use Psr\Http\Message\ResponseInterface;
10 9
 use Psr\Http\Message\ServerRequestInterface;
11 10
 use Psr\Http\Server\RequestHandlerInterface;
Please login to merge, or discard this patch.
src/Authorization/Controller/SavePermissionsAction.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -112,6 +112,7 @@  discard block
 block discarded – undo
112 112
      * @param User $user
113 113
      * @param User $owner
114 114
      * @param string ...$resources
115
+     * @param string[] $resources
115 116
      * @return Permission[]
116 117
      * @throws ORMException
117 118
      */
@@ -142,7 +143,7 @@  discard block
 block discarded – undo
142 143
     /**
143 144
      * @param $collection
144 145
      * @param $toRemove
145
-     * @param $owner
146
+     * @param User $owner
146 147
      * @param $result
147 148
      * @throws ORMException
148 149
      */
@@ -163,9 +164,9 @@  discard block
 block discarded – undo
163 164
     }
164 165
 
165 166
     /**
166
-     * @param $toAdd
167
-     * @param $user
168
-     * @param $owner
167
+     * @param string[] $toAdd
168
+     * @param User $user
169
+     * @param User $owner
169 170
      * @param $result
170 171
      * @throws ORMException
171 172
      */
Please login to merge, or discard this patch.
src/Db/Middleware/DbConfigResourceMiddleware.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 use Doctrine\ORM\EntityManager;
7 7
 use Doctrine\ORM\ORMException;
8
-use Doctrine\ORM\ORMInvalidArgumentException;
9 8
 use Psr\Http\Message\ResponseInterface;
10 9
 use Psr\Http\Message\ServerRequestInterface;
11 10
 use Psr\Http\Server\RequestHandlerInterface;
Please login to merge, or discard this patch.