From 00f714bd9e9d573daa67c157c7616fee0437aa13 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 18 Jun 2018 10:10:00 -0400
Subject: [PATCH] Removed junk comment.

---
 .../src/VuFind/RecordDriver/IlsAwareDelegatorFactory.php     | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/module/VuFind/src/VuFind/RecordDriver/IlsAwareDelegatorFactory.php b/module/VuFind/src/VuFind/RecordDriver/IlsAwareDelegatorFactory.php
index 87cb42735a8..7d505d18d76 100644
--- a/module/VuFind/src/VuFind/RecordDriver/IlsAwareDelegatorFactory.php
+++ b/module/VuFind/src/VuFind/RecordDriver/IlsAwareDelegatorFactory.php
@@ -54,11 +54,6 @@ class IlsAwareDelegatorFactory implements DelegatorFactoryInterface
     public function __invoke(ContainerInterface $container, $name,
         callable $callback, array $options = null
     ) {
-        /**
-         * The wrapped session handler.
-         *
-         * @var HandlerInterface $handler
-         */
         $driver = call_user_func($callback);
 
         // Attach the ILS if at least one backend supports it:
-- 
GitLab