We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | |
158 | 158 | /** |
159 | 159 | * Sets the edit content class. |
160 | - * @param string $editContentClass content class |
|
160 | + * @param string $showContentClass content class |
|
161 | 161 | */ |
162 | 162 | public function setShowContentClass(string $showContentClass) |
163 | 163 | { |
@@ -332,6 +332,9 @@ discard block |
||
332 | 332 | return $this->getShowView(); |
333 | 333 | } |
334 | 334 | |
335 | + /** |
|
336 | + * @param string $view |
|
337 | + */ |
|
335 | 338 | public function setPreviewView($view) |
336 | 339 | { |
337 | 340 | return $this->setShowView($view); |
@@ -342,6 +345,9 @@ discard block |
||
342 | 345 | return $this->getEditView(); |
343 | 346 | } |
344 | 347 | |
348 | + /** |
|
349 | + * @param string $view |
|
350 | + */ |
|
345 | 351 | public function setUpdateView($view) |
346 | 352 | { |
347 | 353 | return $this->setEditView($view); |