Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / draggableviews / src / DraggableViews.php
index da5e99dcb4453b1d0676530a02c154082607aafb..7cfd4f79f9dc2f919594046cbc8c60ecf29279ae 100644 (file)
@@ -1,10 +1,5 @@
 <?php
 
-/**
- * @file
- * Contains \Drupal\draggableviews\DraggableViews class.
- */
-
 namespace Drupal\draggableviews;
 
 use Drupal\views\ViewExecutable;
@@ -18,7 +13,7 @@ class DraggableViews {
   /**
    * The view.
    *
-   * @var \Drupal\views\ViewExecutable $view
+   * @var \Drupal\views\ViewExecutable
    */
   public $view;