We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -89,6 +89,7 @@ |
||
89 | 89 | * Upload fields are the ones that have "upload" => true defined on them. |
90 | 90 | * @param [form] create / update / both - defaults to 'both' |
91 | 91 | * @param [id] id of the entity - defaults to false |
92 | + * @param string $form |
|
92 | 93 | * @return bool |
93 | 94 | */ |
94 | 95 | public function hasUploadFields($form, $id = false) |
@@ -15,6 +15,7 @@ |
||
15 | 15 | * |
16 | 16 | * @param [Int] The entity's id |
17 | 17 | * @param [Request] All inputs to be updated. |
18 | + * @param integer $id |
|
18 | 19 | * |
19 | 20 | * @return [Eloquent Collection] |
20 | 21 | */ |