Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / TabCompletion / Matcher / ConstantsMatcher.php
index c96ad133db088180672801759a337c27d670804a..885941e5cb3308108812feaed03d01e0c11b0927 100644 (file)
@@ -37,7 +37,7 @@ class ConstantsMatcher extends AbstractMatcher
      */
     public function hasMatched(array $tokens)
     {
-        $token = array_pop($tokens);
+        $token     = array_pop($tokens);
         $prevToken = array_pop($tokens);
 
         switch (true) {