Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / General / Container / FluidContainer.php
index 784e20e6c70da343986deae291e9626303b21843..f83f942671818f8e69c17027e03c932c00d5f7c1 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\General\Container\FluidContainer.
- */
 
 namespace Drupal\bootstrap\Plugin\Setting\General\Container;
 
-use Drupal\bootstrap\Annotation\BootstrapSetting;
 use Drupal\bootstrap\Plugin\Setting\SettingBase;
-use Drupal\Core\Annotation\Translation;
 
 /**
  * Container theme settings.
@@ -26,7 +20,7 @@ use Drupal\Core\Annotation\Translation;
  *     "container" = @Translation("Container"),
  *   },
  *   see = {
- *     "http://getbootstrap.com/css/#grid-example-fluid" = @Translation("Fluid container"),
+ *     "https://getbootstrap.com/docs/3.3/css/#grid-example-fluid" = @Translation("Fluid container"),
  *   },
  * )
  */