We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed055d8 commit f79dd25Copy full SHA for f79dd25
1 file changed
src/VCS/Adapter/Git/GitLab.php
@@ -101,7 +101,7 @@ private function getNamespaceId(string $owner): string
101
102
public function createRepository(string $owner, string $repositoryName, bool $private): array
103
{
104
- $namespaceId = $this->getNamespaceId($owner);
+ $namespaceId = (int) $this->getNamespaceId($owner);
105
106
$url = "/projects";
107
0 commit comments