Skip to content
Snippets Groups Projects
Commit 59b9239a authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3398042 by danielspeicher, jurgenhaas: Coding standards for PHP Stan Level 6 and CS

parent c3b27395
No related branches found
No related tags found
No related merge requests found
Pipeline #42748 passed
......@@ -328,7 +328,7 @@ class Base implements BaseInterface, ContainerInjectionInterface {
$classname = "\\Drupal\\$actionModule\\Agent\\Action\\$action";
/** @var \Drupal\drd_agent\Agent\Action\BaseInterface $actionObject */
$actionObject = $classname::create($this->container);
$actionObject = call_user_func([$classname, 'create'], $this->container);
$actionObject->init($this->crypt, $this->arguments, $this->debugMode);
}
catch (\Exception) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment