Commit e4ddde8b authored by Chris Burgess's avatar Chris Burgess
Browse files

Issue #3269792: Coding standards

parent b403b5ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?php

use Drupal\Core\Form\FormStateInterface;
use Drupal\node\NodeForm;
/**
 * @file
 * Contains advancedform.module.
 */

use Drupal\Core\Form\FormStateInterface;
use Drupal\node\NodeForm;
use Drupal\Core\Routing\RouteMatchInterface;

/**