Commit d165cbdb authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3219111: Clean code - multiple files

parent f96ee0ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ namespace Drupal\office_hours\Element;

use Drupal\Core\Datetime\Element\Datelist;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Annotation\FormElement;
use Drupal\office_hours\OfficeHoursDateHelper;

/**
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ namespace Drupal\office_hours\Element;
use Drupal\Component\Utility\NestedArray;
use Drupal\Core\Datetime\Element\Datetime;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Annotation\FormElement;
use Drupal\office_hours\OfficeHoursDateHelper;

/**
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Drupal\office_hours\Element;

use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Annotation\FormElement;
use Drupal\office_hours\OfficeHoursDateHelper;

/**
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Drupal\office_hours\Element;

use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Annotation\FormElement;
use Drupal\office_hours\OfficeHoursDateHelper;

/**
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
namespace Drupal\office_hours\Element;

use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Annotation\FormElement;
use Drupal\Core\Render\Element\Table;

/**
Loading