Completed
Push — IncomprehensibleFinder/marcos-... ( 3df5a7 )
by Marcos
04:02 queued 01:44
created
src/Algorithm/Finder.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,7 @@
 block discarded – undo
59 59
         {
60 60
             $result->first_person  = $person;
61 61
             $result->second_person = $person_to_compare_with;
62
-        }
63
-        else
62
+        } else
64 63
         {
65 64
             $result->first_person  = $person_to_compare_with;
66 65
             $result->second_person = $person;
Please login to merge, or discard this patch.