Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Utility / Variables.php
index d738cdca96b1e7de626e2dd735da64800862c010..4a7fd57cf6b1397b933e4bb2cc2de6a0e93a75f1 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Utility\Variables.
- */
 
 namespace Drupal\bootstrap\Utility;
 
@@ -16,7 +12,7 @@ class Variables extends DrupalAttributes {
   /**
    * An element object.
    *
-   * @var \Drupal\bootstrap\Utility\Element|FALSE
+   * @var \Drupal\bootstrap\Utility\Element|false
    */
   public $element = FALSE;
 
@@ -57,7 +53,7 @@ class Variables extends DrupalAttributes {
    * @param mixed $default
    *   Optional. The default value to use if the context $name isn't set.
    *
-   * @return mixed|NULL
+   * @return mixed|null
    *   The context value or the $default value if not set.
    */
   public function &getContext($name, $default = NULL) {