@@ -97,7 +97,7 @@ |
||
97 | 97 | * @throws Exception\MissingOperationRequest |
98 | 98 | * @throws Exception\InvalidJsonRequestContent |
99 | 99 | */ |
100 | - private function handleSubject(Patchable|iterable $subject, Sequence $matchedOperations): void |
|
100 | + private function handleSubject(Patchable | iterable $subject, Sequence $matchedOperations): void |
|
101 | 101 | { |
102 | 102 | if (is_iterable($subject)) { |
103 | 103 | $this->handleMany($subject); |