Skip to content

Commit

Permalink
#37139 fixed coding standards for fabbot
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bennett committed Jun 10, 2020
1 parent df9045a commit 46def68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Lock/Store/MongoDbStore.php
Expand Up @@ -261,7 +261,7 @@ public function exists(Key $key): bool
'$gt' => $this->createMongoDateTime(microtime(true)),
],
], [
'readPreference' => new ReadPreference(defined(ReadPreference::PRIMARY) ? ReadPreference::PRIMARY : ReadPreference::RP_PRIMARY),
'readPreference' => new ReadPreference(\defined(ReadPreference::PRIMARY) ? ReadPreference::PRIMARY : ReadPreference::RP_PRIMARY),
]);
}

Expand Down

0 comments on commit 46def68

Please sign in to comment.