Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / TabCompletion / Matcher / ClassNamesMatcher.php
index 2a8d3681c3d21d22188a508fd304f39d1bce8400..aa6be0c65508f9222827daefa748ace0875b2aa0 100644 (file)
@@ -53,7 +53,7 @@ class ClassNamesMatcher extends AbstractMatcher
      */
     public function hasMatched(array $tokens)
     {
-        $token = array_pop($tokens);
+        $token     = array_pop($tokens);
         $prevToken = array_pop($tokens);
 
         $blacklistedTokens = array(