Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / JavaScript / Popovers / PopoverSelector.php
index 0ea0a11c79222ef62f44c6974b214afd7f1b6560..8a32564212da361a2985d2232735ecee8240acb4 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\JavaScript\Popovers\PopoverSelector.
- */
 
 namespace Drupal\bootstrap\Plugin\Setting\JavaScript\Popovers;
 
-use Drupal\bootstrap\Annotation\BootstrapSetting;
 use Drupal\bootstrap\Plugin\Setting\SettingBase;
-use Drupal\Core\Annotation\Translation;
 
 /**
  * The "popover_selector" theme setting.
@@ -28,7 +22,7 @@ use Drupal\Core\Annotation\Translation;
  *   },
  *   see = {
  *     "https://github.com/twbs/bootstrap/issues/4215" = @Translation("Issue #4215"),
- *     "http://jsfiddle.net/fScua/" = @Translation("JSFiddle Example"),
+ *     "https://jsfiddle.net/fScua/" = @Translation("JSFiddle Example"),
  *   },
  * )
  */