Completed
Pull Request — develop (#252)
by
unknown
15:38 queued 08:14
created
module/Applications/src/Applications/Controller/ManageController.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
             $application->changeStatus(
146 146
                 $application->getStatus(),
147 147
                 sprintf(/*@translate*/ 'Application was read by %s',
148
-                                       $this->auth()->getUser()->getInfo()->getDisplayName()));
148
+                                        $this->auth()->getUser()->getInfo()->getDisplayName()));
149 149
         }
150 150
 
151 151
 
@@ -172,9 +172,9 @@  discard block
 block discarded – undo
172 172
                         $viewModel->setVariables(
173 173
                             /*array(
174 174
                             'application' => */$this->serviceLocator
175
-                                              ->get('builders')
176
-                                              ->get('JsonApplication')
177
-                                              ->unbuild($application)
175
+                                                ->get('builders')
176
+                                                ->get('JsonApplication')
177
+                                                ->unbuild($application)
178 178
                         );
179 179
                         $viewModel->setVariable('isUnread', $applicationIsUnread);
180 180
                         $return = $viewModel;
@@ -296,12 +296,12 @@  discard block
 block discarded – undo
296 296
 
297 297
         /* @var ApplicationEvent $event */
298 298
         $event = $events->getEvent(ApplicationEvent::EVENT_APPLICATION_STATUS_CHANGE,
299
-                                   $this,
300
-                                   [
301
-                                       'application' => $application,
302
-                                       'status' => $status,
303
-                                       'user' => $this->auth()->getUser(),
304
-                                   ]
299
+                                    $this,
300
+                                    [
301
+                                        'application' => $application,
302
+                                        'status' => $status,
303
+                                        'user' => $this->auth()->getUser(),
304
+                                    ]
305 305
         );
306 306
 
307 307
         $event->setIsPostRequest($request->isPost());
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
         $emailAddress = $this->params()->fromQuery('email');
353 353
         /* @var \Applications\Entity\Application $application */
354 354
         $application  = $services->get('repositories')->get('Applications/Application')
355
-                                 ->find($this->params('id'));
355
+                                    ->find($this->params('id'));
356 356
         
357 357
         $this->acl($application, 'forward');
358 358
         
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
         
446 446
         if ($contactImage)
447 447
         {
448
-    		$contactImage->setUser($user);
448
+            $contactImage->setUser($user);
449 449
         }
450 450
         
451 451
         $cv->setContact($contact);
Please login to merge, or discard this patch.