Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / BootstrapUpdate.php
index 19de0b5ff4706ffc73760e6c39099b520ee6a9e1..60928df9c090f2aaa55272a28a49daf34ae23c33 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Annotation\BootstrapUpdate.
- */
 
 namespace Drupal\bootstrap\Annotation;
 
@@ -52,12 +48,12 @@ class BootstrapUpdate extends Plugin {
   public $severity = 'default';
 
   /**
-   * Indicates whether or not the update should apply only to itself
-   * (the theme that implemented the plugin) and none of its sub-themes.
+   * Indicates whether or not the update should apply only to itself.
+   *
+   * Only the theme that implemented the plugin and none of its sub-themes.
    *
    * @var bool
    */
   public $private = FALSE;
 
-
 }