Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/src/Psy/TabCompletion/Matcher/ClassNamesMatcher.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
51 /** | 51 /** |
52 * {@inheritdoc} | 52 * {@inheritdoc} |
53 */ | 53 */ |
54 public function hasMatched(array $tokens) | 54 public function hasMatched(array $tokens) |
55 { | 55 { |
56 $token = array_pop($tokens); | 56 $token = array_pop($tokens); |
57 $prevToken = array_pop($tokens); | 57 $prevToken = array_pop($tokens); |
58 | 58 |
59 $blacklistedTokens = array( | 59 $blacklistedTokens = array( |
60 self::T_INCLUDE, self::T_INCLUDE_ONCE, self::T_REQUIRE, self::T_REQUIRE_ONCE, | 60 self::T_INCLUDE, self::T_INCLUDE_ONCE, self::T_REQUIRE, self::T_REQUIRE_ONCE, |
61 ); | 61 ); |