X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FTabCompletion%2FMatcher%2FAbstractContextAwareMatcher.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FTabCompletion%2FMatcher%2FAbstractContextAwareMatcher.php;h=91816b20261cd0a4aa77c15fed5bb278321de0c7;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=ad4d74ff23a41728aa40b9f4fe869ea2c3026502;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/psy/psysh/src/Psy/TabCompletion/Matcher/AbstractContextAwareMatcher.php b/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 ad4d74ff2..91816b202 100644 --- a/vendor/psy/psysh/src/Psy/TabCompletion/Matcher/AbstractContextAwareMatcher.php +++ b/vendor/psy/psysh/src/TabCompletion/Matcher/AbstractContextAwareMatcher.php @@ -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 */