Passed
Push — master ( 87f8af...7889cb )
by Luiz Kim
03:41 queued 01:37
created
src/Service/PeopleRoleService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
    *
31 31
    * @var PeopleService
32 32
    */
33
-  private $people  = null;
33
+  private $people = null;
34 34
 
35 35
   public function __construct(
36 36
     EntityManagerInterface $entityManager,
Please login to merge, or discard this patch.
src/Repository/PeopleRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     }
42 42
 
43 43
 
44
-    public function getCompanyPeopleLinks(People $company,  People $people, $linkType = null, $maxResults = null)
44
+    public function getCompanyPeopleLinks(People $company, People $people, $linkType = null, $maxResults = null)
45 45
     {
46 46
         $queryBuilder = $this->getEntityManager()->createQueryBuilder();
47 47
         $queryBuilder->select('pl')
Please login to merge, or discard this patch.