We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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 | */ |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * Move the most recently added column after the given target column. |
96 | 96 | * |
97 | - * @param string|array $targetColumn The target column name or array. |
|
97 | + * @param string $targetColumn The target column name or array. |
|
98 | 98 | */ |
99 | 99 | public function afterColumn($targetColumn) |
100 | 100 | { |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * Move the most recently added column before the given target column. |
106 | 106 | * |
107 | - * @param string|array $targetColumn The target column name or array. |
|
107 | + * @param string $targetColumn The target column name or array. |
|
108 | 108 | */ |
109 | 109 | public function beforeColumn($targetColumn) |
110 | 110 | { |
@@ -227,6 +227,7 @@ discard block |
||
227 | 227 | * |
228 | 228 | * @param [string] Column name. |
229 | 229 | * @param [attributes and values array] |
230 | + * @param string $column |
|
230 | 231 | */ |
231 | 232 | public function setColumnDetails($column, $attributes) |
232 | 233 | { |