modify plugin name
This commit is contained in:
@@ -307,6 +307,9 @@ class Container implements ContainerInterface
|
|||||||
*/
|
*/
|
||||||
public function getMethodParameters(string $className, string $method): ?array
|
public function getMethodParameters(string $className, string $method): ?array
|
||||||
{
|
{
|
||||||
|
$reflectMethod = $this->getReflectMethod($this->getReflect($className), $method);
|
||||||
|
|
||||||
|
return $this->resolveMethodParameters($reflectMethod);
|
||||||
if (isset($this->_parameters[$className]) && isset($this->_parameters[$className][$method])) {
|
if (isset($this->_parameters[$className]) && isset($this->_parameters[$className][$method])) {
|
||||||
return $this->_parameters[$className][$method];
|
return $this->_parameters[$className][$method];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user