Commit 0702678a authored by Guilherme Blanco's avatar Guilherme Blanco

psalm

parent fafe6514
...@@ -149,7 +149,7 @@ class UniqueConstraint extends AbstractAsset implements Constraint ...@@ -149,7 +149,7 @@ class UniqueConstraint extends AbstractAsset implements Constraint
/** /**
* @return mixed * @return mixed
*/ */
public function getOption(string $name) : mixed public function getOption(string $name)
{ {
return $this->options[strtolower($name)]; return $this->options[strtolower($name)];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment