Completed
Pull Request — 2.x (#36)
by
unknown
01:59
created
src/Connections/PhpRedisConnection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         parent::__construct($client, $connector);
61 61
 
62 62
         // Set the connector when it is not set. Used for Laravel 5.
63
-        if (! $this->connector) {
63
+        if (!$this->connector) {
64 64
             $this->connector = $connector;
65 65
         }
66 66
 
Please login to merge, or discard this patch.