@@ -56,7 +56,7 @@ discard block |
||
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 |
||
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(); |
@@ -1,12 +1,12 @@ |
||
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 |