Completed
Pull Request — develop (#359)
by Mathias
23:51
created
module/Jobs/src/Jobs/Factory/Controller/ManageControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param  string             $requestedName
25 25
      * @param  null|array         $options
26 26
      *
27
-     * @return object
27
+     * @return ManageController
28 28
      * @throws ServiceNotFoundException if unable to resolve the service.
29 29
      * @throws ServiceNotCreatedException if an exception is raised when
30 30
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Controller/TemplateControllerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param  string             $requestedName
27 27
      * @param  null|array         $options
28 28
      *
29
-     * @return object
29
+     * @return TemplateController
30 30
      * @throws ServiceNotFoundException if unable to resolve the service.
31 31
      * @throws ServiceNotCreatedException if an exception is raised when
32 32
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/ActiveOrganizationSelectFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param  string             $requestedName
34 34
      * @param  null|array         $options
35 35
      *
36
-     * @return object
36
+     * @return OrganizationSelect
37 37
      * @throws ServiceNotFoundException if unable to resolve the service.
38 38
      * @throws ServiceNotCreatedException if an exception is raised when
39 39
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/CompanyNameFieldsetFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  string             $requestedName
19 19
      * @param  null|array         $options
20 20
      *
21
-     * @return object
21
+     * @return CompanyNameFieldset
22 22
      * @throws ServiceNotFoundException if unable to resolve the service.
23 23
      * @throws ServiceNotCreatedException if an exception is raised when
24 24
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/HiringOrganizationSelectFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @param  string             $requestedName
31 31
      * @param  null|array         $options
32 32
      *
33
-     * @return object
33
+     * @return HiringOrganizationSelect
34 34
      * @throws ServiceNotFoundException if unable to resolve the service.
35 35
      * @throws ServiceNotCreatedException if an exception is raised when
36 36
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/ImportFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param  string             $requestedName
25 25
      * @param  null|array         $options
26 26
      *
27
-     * @return object
27
+     * @return Import
28 28
      * @throws ServiceNotFoundException if unable to resolve the service.
29 29
      * @throws ServiceNotCreatedException if an exception is raised when
30 30
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/InputFilter/AtsModeFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @param  string             $requestedName
26 26
      * @param  null|array         $options
27 27
      *
28
-     * @return object
28
+     * @return AtsMode
29 29
      * @throws ServiceNotFoundException if unable to resolve the service.
30 30
      * @throws ServiceNotCreatedException if an exception is raised when
31 31
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/JobFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param  string             $requestedName
32 32
      * @param  null|array         $options
33 33
      *
34
-     * @return object
34
+     * @return Job
35 35
      * @throws ServiceNotFoundException if unable to resolve the service.
36 36
      * @throws ServiceNotCreatedException if an exception is raised when
37 37
      *     creating a service.
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Factory/Form/ListFilterLocationFieldsetFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param  string             $requestedName
30 30
      * @param  null|array         $options
31 31
      *
32
-     * @return object
32
+     * @return ListFilterLocationFieldset
33 33
      * @throws ServiceNotFoundException if unable to resolve the service.
34 34
      * @throws ServiceNotCreatedException if an exception is raised when
35 35
      *     creating a service.
Please login to merge, or discard this patch.