We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef41ae5 + 930eadd commit 577fd8aCopy full SHA for 577fd8a
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() ? (int) $this->option(Options::ISOLATED) : false;
29
}
30
31
protected function hasIsolateOption(): bool
0 commit comments