We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76823f + 505d57d commit 5d3540fCopy full SHA for 5d3540f
src/PlatformConfiguration/RedisConfiguration.php
@@ -71,7 +71,7 @@ public function __construct(
71
$persistence = false,
72
$useSupervisor = false
73
) {
74
- $this->port = (self::DEFAULT_PORT && $persistence) ? self::DEFAULT_PERSISTENCE_PORT : $port;
+ $this->port = ($port == self::DEFAULT_PORT && $persistence) ? self::DEFAULT_PERSISTENCE_PORT : $port;
75
$this->backendDb = $backendDb;
76
$this->version = $version;
77
$this->memory = $memory;
0 commit comments