Completed
Push — master ( e90622...ab7376 )
by Philip
09:11
created
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.