Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Preprocess / PreprocessBase.php
index a18d57fdd9c70c4701999a633322e6a993bae813..cf37f8a4ff6921f2c50e8a72681f7bd682f706b5 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Preprocess\PreprocessBase.
- */
 
 namespace Drupal\bootstrap\Plugin\Preprocess;
 
@@ -21,21 +17,21 @@ class PreprocessBase extends PluginBase implements PreprocessInterface {
   /**
    * The theme hook invoked.
    *
-   * @type string
+   * @var string
    */
   protected $hook;
 
   /**
    * The theme hook info array from the theme registry.
    *
-   * @type array
+   * @var array
    */
   protected $info;
 
   /**
    * The Variables object.
    *
-   * @type \Drupal\bootstrap\Utility\Variables
+   * @var \Drupal\bootstrap\Utility\Variables
    */
   protected $variables;