Completed
Push — master ( e90622...ab7376 )
by Philip
09:11
created
src/Service/RepositoryUuidCrudService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Dontdrinkandroot\Service;
4 4
 
5
-use Dontdrinkandroot\Entity\UuidHelper;
6 5
 use Dontdrinkandroot\Repository\CrudRepositoryInterface;
7 6
 use Dontdrinkandroot\Repository\UuidCrudRepositoryInterface;
8 7
 use Dontdrinkandroot\Utils\EntityUtils;
Please login to merge, or discard this patch.
src/Repository/UuidCrudRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
         return $query->getOneOrNullResult();
17 17
     }
18 18
 
19
+    /**
20
+     * @param string $uuid
21
+     */
19 22
     protected function createFindByUuidQuery($uuid): Query
20 23
     {
21 24
         $queryBuilder = $this->createQueryBuilder('entity');
Please login to merge, or discard this patch.
src/Utils/EntityUtils.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Dontdrinkandroot\Utils;
4 4
 
5 5
 use Dontdrinkandroot\Entity\EntityInterface;
6
-use Dontdrinkandroot\Entity\UuidHelper;
7 6
 use Ramsey\Uuid\Uuid;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.