We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -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 | { |
@@ -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 table page (list view). |
126 | + * @param integer $value |
|
125 | 127 | */ |
126 | 128 | public function setDefaultPageLength($value) |
127 | 129 | { |
@@ -22,6 +22,9 @@ |
||
22 | 22 | return $this->tabsEnabled; |
23 | 23 | } |
24 | 24 | |
25 | + /** |
|
26 | + * @return boolean |
|
27 | + */ |
|
25 | 28 | public function tabsEnabled() |
26 | 29 | { |
27 | 30 | return $this->tabsEnabled; |