Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Utility / DrupalAttributes.php
index 6856a378678cd7686609783d55083b1982021b60..5eb20a5c42e02f062fc40fda33fc156bee03afba 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Utility\DrupalAttributes.
- */
 
 namespace Drupal\bootstrap\Utility;
 
@@ -348,5 +344,4 @@ class DrupalAttributes extends ArrayObject {
     return $this;
   }
 
-
 }