Skip to content
Snippets Groups Projects
Commit 00f714bd authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Removed junk comment.

parent 70230b33
Branches
Tags
No related merge requests found
...@@ -54,11 +54,6 @@ class IlsAwareDelegatorFactory implements DelegatorFactoryInterface ...@@ -54,11 +54,6 @@ class IlsAwareDelegatorFactory implements DelegatorFactoryInterface
public function __invoke(ContainerInterface $container, $name, public function __invoke(ContainerInterface $container, $name,
callable $callback, array $options = null callable $callback, array $options = null
) { ) {
/**
* The wrapped session handler.
*
* @var HandlerInterface $handler
*/
$driver = call_user_func($callback); $driver = call_user_func($callback);
// Attach the ILS if at least one backend supports it: // Attach the ILS if at least one backend supports it:
......
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