Completed
Push — develop ( 29e407...41c7f2 )
by
unknown
29:24
created
module/Applications/src/Applications/Listener/EventApplicationCreated.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -124,9 +124,9 @@
 block discarded – undo
124 124
     public function getOrganizationAdmin(){
125 125
         if ($this->getRecruiter()->getOrganization()->isOwner()){
126 126
             return $this->getRecruiter();
127
-        }elseif($this->getRecruiter()->getOrganization()->hasAssociation()) {
127
+        } elseif($this->getRecruiter()->getOrganization()->hasAssociation()) {
128 128
             return $this->getRecruiter()->getOrganization()->getOrganization()->getUser();
129
-        }else{
129
+        } else{
130 130
             return false;
131 131
         }
132 132
     }
Please login to merge, or discard this patch.