We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -76,7 +76,7 @@ |
||
76 | 76 | * Redirect to the correct URL, depending on which save action has been selected. |
77 | 77 | * |
78 | 78 | * @param string $itemId |
79 | - * @return \Illuminate\Http\Response |
|
79 | + * @return \Illuminate\Http\RedirectResponse |
|
80 | 80 | */ |
81 | 81 | public function performSaveAction($itemId = null) |
82 | 82 | { |
@@ -89,6 +89,7 @@ discard block |
||
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) |
@@ -122,6 +123,7 @@ discard block |
||
122 | 123 | |
123 | 124 | /** |
124 | 125 | * Set the number of rows that should be show on the list view. |
126 | + * @param integer $value |
|
125 | 127 | */ |
126 | 128 | public function setDefaultPageLength($value) |
127 | 129 | { |