Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Variable.php
index ddd43743826f600eda618707ef09802cf670dce3..9654ee4ddc6d8a60d03120883538be03698d421e 100644 (file)
@@ -36,11 +36,6 @@ class Variable
         $this->name = $name;
     }
 
-    /**
-     * Converts the object to a string.
-     *
-     * @return string
-     */
     public function __toString()
     {
         return $this->name;