Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / src / Psy / Reflection / ReflectionLanguageConstructParameter.php
index decc5ad24f7487a22c2b68501b7cab31aa1effc1..7d1b0dbdb5c633c4eb33a759ce385713c9f69dfb 100644 (file)
@@ -24,9 +24,9 @@ class ReflectionLanguageConstructParameter extends \ReflectionParameter
 
     public function __construct($function, $parameter, array $opts)
     {
-        $this->function = $function;
+        $this->function  = $function;
         $this->parameter = $parameter;
-        $this->opts = $opts;
+        $this->opts      = $opts;
     }
 
     /**