File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -571,9 +571,8 @@ private function configureAdapter(): void
571
571
$ this ->adapter = new RedisTagAwareAdapter ((RedisAdapter::createConnection ($ redisDsn )));
572
572
} catch (Exception $ e ) {
573
573
throw new BouncerException ('Error when connecting to Redis. ' .
574
- ' Please fix the Redis DSN or select another cache technology. ' .
575
- ' Initial error was: ' .$ e ->getMessage ()
576
- );
574
+ ' Please fix the Redis DSN or select another cache technology. ' .
575
+ ' Initial error was: ' . $ e ->getMessage ());
577
576
}
578
577
break ;
579
578
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ public function request(
51
51
}
52
52
53
53
/**
54
- * @param $handle
55
- *
56
54
* @return bool|string
57
55
*/
58
56
protected function exec ($ handle )
@@ -61,8 +59,6 @@ protected function exec($handle)
61
59
}
62
60
63
61
/**
64
- * @param $handle
65
- *
66
62
* @return mixed
67
63
*/
68
64
protected function getResponseHttpCode ($ handle )
You can’t perform that action at this time.
0 commit comments