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.
1 parent d1d7f6d commit 5979258Copy full SHA for 5979258
tests/Integration/SettingsTest.php
@@ -12,7 +12,7 @@ protected function setUp()
12
{
13
parent::setUp();
14
15
- if (! isset(static::$indexes['main'])) {
+ if (!isset(static::$indexes['main'])) {
16
static::$indexes['main_replica_1'] = self::safeName('settings-mgmt-replica-1');
17
static::$indexes['main_replica_2'] = self::safeName('settings-mgmt-replica-2');
18
static::$indexes['main'] = self::safeName('settings-mgmt');
0 commit comments