Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Oct 19, 2023
1 parent aafded1 commit 0861e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Database/Adapter/Mongo.php
Original file line number Diff line number Diff line change
Expand Up @@ -1705,9 +1705,9 @@ public function getMaxIndexLength(): int

public function setTimeout(int $milliseconds, string $event = Database::EVENT_ALL): void
{
if (!$this->getSupportForTimeouts()) {
return;
}
if (!$this->getSupportForTimeouts()) {
return;
}
$this->timeout = $milliseconds;
}

Expand Down

0 comments on commit 0861e13

Please sign in to comment.