updated composer
This commit is contained in:
2
vendor/symfony/routing/RequestContext.php
vendored
2
vendor/symfony/routing/RequestContext.php
vendored
@@ -293,7 +293,7 @@ class RequestContext
|
||||
*/
|
||||
public function getParameter(string $name)
|
||||
{
|
||||
return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
|
||||
return $this->parameters[$name] ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user