Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 301b476

Browse files
committed
Fixed CS
1 parent 5b25f6f commit 301b476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZendDiagnostics/Check/Redis.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private function createClient()
7474
if (class_exists('Predis\Client')) {
7575
$parameters = array(
7676
'host' => $this->host,
77-
'port' => $this->port
77+
'port' => $this->port,
7878
);
7979

8080
if ($this->auth) {

0 commit comments

Comments
 (0)