@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * List jobs. |
78 | 78 | * |
79 | - * @return array |
|
79 | + * @return ViewModel |
|
80 | 80 | */ |
81 | 81 | public function indexAction() |
82 | 82 | { |
@@ -84,7 +84,6 @@ discard block |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |
87 | - * @param bool $showPendingJobs |
|
88 | 87 | * |
89 | 88 | * @return ViewModel |
90 | 89 | */ |
@@ -1,11 +1,11 @@ discard block |
||
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 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | namespace Jobs\Factory\Controller; |
11 | 11 | |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | ->get('Jobs/ListFilter', [ 'fieldset' => 'Jobs/ListFilterAdminFieldset' ]); |
35 | 35 | |
36 | 36 | /* @var $user \Auth\Entity\User */ |
37 | - $user = $service->get('AuthenticationService')->getUser(); |
|
37 | + $user = $service->get('AuthenticationService')->getUser(); |
|
38 | 38 | |
39 | 39 | /* @var $jobRepository Repository\Job */ |
40 | 40 | $jobRepository = $service->get('repositories')->get('Jobs/Job'); |