@@ -66,7 +66,7 @@ |
||
66 | 66 | * |
67 | 67 | * @param null|array|object $model |
68 | 68 | * @param array $criteria |
69 | - * @return \Illuminate\Database\Eloquent\Builder |
|
69 | + * @return \Illuminate\Database\Eloquent\Relations\MorphMany |
|
70 | 70 | */ |
71 | 71 | public function appliedApplicationsFor($model = null, $criteria = []) |
72 | 72 | { |
@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | * |
14 | 14 | * @param array|object $model |
15 | 15 | * @param array $criteria |
16 | - * @return bool |
|
16 | + * @return integer |
|
17 | 17 | */ |
18 | 18 | public function processApplicationFrom($model, $criteria = [], $newStatus = 'processed') |
19 | 19 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * |
63 | 63 | * @param array|object $model |
64 | 64 | * @param array $criteria |
65 | - * @return \Illuminate\Database\Eloquent\Builder |
|
65 | + * @return \Illuminate\Database\Eloquent\Relations\MorphMany |
|
66 | 66 | */ |
67 | 67 | public function receivedApplicationsFrom($model, $criteria = []) |
68 | 68 | { |