Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Reflection / ReflectionConstant.php
index 12aa3f46538eccff4273663efff3f0333d86ef5e..4aa216130f017480e78aedabe4f5869a08618fd6 100644 (file)
@@ -60,7 +60,7 @@ class ReflectionConstant implements \Reflector
         //
         // While this isn't _technically_ correct, it's prolly close enough.
         do {
-            $class = $parent;
+            $class  = $parent;
             $parent = $class->getParentClass();
         } while ($parent && $parent->hasConstant($this->name) && $parent->getConstant($this->name) === $this->value);