Skip to content

Commit fb7bf78

Browse files
committed
Small fixes
1 parent bd9d138 commit fb7bf78

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/OpenAPI/ApiGitHubCom/Client.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11137,5 +11137,10 @@ public function call(string $call, array $params = array()) : \React\Promise\Pro
1113711137
});
1113811138
break;
1113911139
}
11140+
throw new \InvalidArgumentException();
11141+
}
11142+
public function hydrateObject(string $className, array $data) : object
11143+
{
11144+
return $this->hydrator->hydrateObject($className, $data);
1114011145
}
1114111146
}

0 commit comments

Comments
 (0)