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 5ffaeb6 commit acadbd8Copy full SHA for acadbd8
src/Proxy/SpyProxy.php
@@ -109,6 +109,7 @@ protected function preamble(ReflectionClass $class): string
109
if ($this->op !== null) {
110
throw new \LogicException('Can only send one signal at a time');
111
}
112
+ $this->op = $value;
113
114
115
private array|null $arguments {
@@ -117,6 +118,7 @@ protected function preamble(ReflectionClass $class): string
117
118
if ($this->args !== null) {
119
120
121
+ $this->args = $value;
122
123
124
0 commit comments