LionsAd / service_container

Service Container Module on drupal.org - used for development and automated testing via travis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice error when clearing the cache

drupol opened this issue · comments

Notice: Array to string conversion in Drupal\service_container_symfony\DependencyInjection\Dumper\PhpArrayDumper->getServiceDefinitions() (line 87 of /home/pol/git/service_container_fork/lib/Drupal/Core/DependencyInjection/Dumper/PhpArrayDumper.php).

Fix:

      $alias_definition = $this->getServiceAliasDefinition($id);
      $services[$alias] = (string) $alias_definition['alias'];