Completed
Branch develop (bc6cb3)
by Carsten
37:10 queued 26:53
created
module/Jobs/src/Jobs/Controller/TemplateController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
         $mvcEvent             = $this->getEvent();
57 57
         $applicationViewModel = $mvcEvent->getViewModel();
58 58
 
59
-        $isAdmin=$this->auth()->isAdmin();
59
+        $isAdmin = $this->auth()->isAdmin();
60 60
 
61 61
         $model = $services->get('Jobs/viewModelTemplateFilter')->__invoke($job);
62 62
 
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
     protected function editTemplateAction()
79 79
     {
80 80
         $id = $this->params('id');
81
-        $formIdentifier=$this->params()->fromQuery('form');
81
+        $formIdentifier = $this->params()->fromQuery('form');
82 82
         $job = $this->jobRepository->find($id);
83 83
 
84 84
         $request              = $this->getRequest();
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Filter/viewModelTemplateFilterAbstract.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * YAWIK
4
- *
5
- * @filesource
6
- * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de)
7
- * @license   MIT
8
- * @author    [email protected]
9
- */
3
+     * YAWIK
4
+     *
5
+     * @filesource
6
+     * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de)
7
+     * @license   MIT
8
+     * @author    [email protected]
9
+     */
10 10
 
11 11
 namespace Organizations\Form;
12 12
 
Please login to merge, or discard this patch.