Passed
Push — master ( 88cf06...50e7c4 )
by Luiz Kim
02:16
created
src/Service/PeopleService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,9 @@
 block discarded – undo
45 45
       'link_type' => $link_type
46 46
     ]);
47 47
 
48
-    if (!$peopleLink)
49
-      $peopleLink = new PeopleLink();
48
+    if (!$peopleLink) {
49
+          $peopleLink = new PeopleLink();
50
+    }
50 51
 
51 52
     $peopleLink->setCompany($company);
52 53
     $peopleLink->setPeople($people);
Please login to merge, or discard this patch.