Completed
Push — develop ( 725207...6c2664 )
by
unknown
16:33 queued 08:34
created
module/Cv/src/Cv/Repository/Filter/PaginationQuery.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         }
49 49
 
50 50
         $queryBuilder/*->expr()*/->addOr($queryBuilder->expr()->field('permissions.view')->equals($this->user->getId()))
51
-                                 ->addOr($queryBuilder->expr()->field('status.name')->equals(Status::PUBLIC_TO_ALL))
51
+                                    ->addOr($queryBuilder->expr()->field('status.name')->equals(Status::PUBLIC_TO_ALL))
52 52
 ;
53 53
         //$q = $queryBuilder->getQuery()->debug();
54 54
 
Please login to merge, or discard this patch.
module/Cv/src/Cv/Entity/CvInterface.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
 use Core\Entity\IdentifiableEntityInterface;
11 11
 
12 12
 interface CvInterface extends EntityInterface,
13
-                              IdentifiableEntityInterface,
14
-                              DraftableEntityInterface,
15
-                              PermissionsAwareInterface,
16
-                              ModificationDateAwareEntityInterface
13
+                                IdentifiableEntityInterface,
14
+                                DraftableEntityInterface,
15
+                                PermissionsAwareInterface,
16
+                                ModificationDateAwareEntityInterface
17 17
 {
18 18
     
19 19
     /**
Please login to merge, or discard this patch.