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 5b2544a commit 4ac0a1cCopy full SHA for 4ac0a1c
src/Concerns/Isolatable.php
@@ -25,7 +25,7 @@ protected function isolatedStatusCode(): int
25
26
protected function getIsolateOption(): bool|int
27
{
28
- return $this->hasIsolateOption() ? $this->option(Options::ISOLATED) : false;
+ return $this->hasIsolateOption() && $this->option(Options::ISOLATED);
29
}
30
31
protected function hasIsolateOption(): bool
0 commit comments