Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / src / TabCompletion / Matcher / AbstractContextAwareMatcher.php
similarity index 94%
rename from vendor/psy/psysh/src/Psy/TabCompletion/Matcher/AbstractContextAwareMatcher.php
rename to vendor/psy/psysh/src/TabCompletion/Matcher/AbstractContextAwareMatcher.php
index ad4d74ff23a41728aa40b9f4fe869ea2c3026502..91816b20261cd0a4aa77c15fed5bb278321de0c7 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file is part of Psy Shell.
  *
- * (c) 2012-2017 Justin Hileman
+ * (c) 2012-2018 Justin Hileman
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
@@ -44,7 +44,7 @@ abstract class AbstractContextAwareMatcher extends AbstractMatcher implements Co
     /**
      * Get a Context variable by name.
      *
-     * @param $var Variable name
+     * @param string $var Variable name
      *
      * @return mixed
      */