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 3bc875b commit 6add43fCopy full SHA for 6add43f
src/ManagesSystemVariables.php
@@ -61,7 +61,7 @@ public function setSystemVariables(array $values, bool $memoizeForReconnect = tr
61
* @param mixed $value
62
* @param callable $callback
63
* @param mixed ...$args
64
- * @return $this
+ * @return mixed
65
*/
66
public function usingSystemVariable(string $key, $value, callable $callback, ...$args)
67
{
@@ -75,13 +75,11 @@ public function usingSystemVariable(string $key, $value, callable $callback, ...
75
* @param array $values
76
77
78
79
80
public function usingSystemVariables(array $values, callable $callback, ...$args)
81
82
- (new SystemVariableTemporaryAssigner($this->readPdo, $this->pdo))
+ return(new SystemVariableTemporaryAssigner($this->readPdo, $this->pdo))
83
->using($values, $callback, ...$args);
84
-
85
- return $this;
86
}
87
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments