Skip to content
Snippets Groups Projects

Issue #3339841: Drupal Coding Standards Issues | phpcs Primary tabs

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -150,9 +150,9 @@ class PreviewFormService {
/**
* Form submission handler for the 'preview' action.
*
* @param $form
* @param array $form
* An associative array containing the structure of the form.
* @param $form_state
* @param \Drupal\Core\Form\FormStateInterface $form_state
* The current state of the form.
*/
public static function preview(array $form, FormStateInterface $form_state) {
Loading