@@ -1,10 +1,10 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 6 | - * @license MIT |
|
| 7 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
| 6 | + * @license MIT |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Jobs\Entity; |
| 10 | 10 | |
@@ -380,10 +380,10 @@ discard block |
||
| 380 | 380 | return $this; |
| 381 | 381 | } |
| 382 | 382 | |
| 383 | - /** |
|
| 384 | - * (non-PHPdoc) |
|
| 385 | - * @see \Jobs\Entity\JobInterface::getOrganization() |
|
| 386 | - */ |
|
| 383 | + /** |
|
| 384 | + * (non-PHPdoc) |
|
| 385 | + * @see \Jobs\Entity\JobInterface::getOrganization() |
|
| 386 | + */ |
|
| 387 | 387 | public function getOrganization() |
| 388 | 388 | { |
| 389 | 389 | return $this->organization; |
@@ -503,7 +503,7 @@ discard block |
||
| 503 | 503 | } |
| 504 | 504 | /** |
| 505 | 505 | * Gets the number of unread applications |
| 506 | - * @return Collection |
|
| 506 | + * @return integer |
|
| 507 | 507 | */ |
| 508 | 508 | public function getUnreadApplications() |
| 509 | 509 | { |
@@ -917,7 +917,7 @@ discard block |
||
| 917 | 917 | } |
| 918 | 918 | |
| 919 | 919 | /** |
| 920 | - * @return Job |
|
| 920 | + * @return JobSnapshot |
|
| 921 | 921 | */ |
| 922 | 922 | public function makeSnapshot() |
| 923 | 923 | { |
@@ -1,11 +1,11 @@ |
||
| 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 | /** SettingsEntityResolverFactory.php */ |
| 11 | 11 | namespace Settings\Repository; |