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.
2 parents e0238bb + 1e97dea commit 7e69e2eCopy full SHA for 7e69e2e
src/Management/PhpClient/Model/BulkResultResults.php
@@ -298,15 +298,6 @@ public function getResult()
298
*/
299
public function setResult($result)
300
{
301
- $allowedValues = $this->getResultAllowableValues();
302
- if (!is_null($result) && !in_array($result, $allowedValues, true)) {
303
- throw new \InvalidArgumentException(
304
- sprintf(
305
- "Invalid value for 'result', must be one of '%s'",
306
- implode("', '", $allowedValues)
307
- )
308
- );
309
- }
310
$this->container['result'] = $result;
311
312
return $this;
0 commit comments